-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://reviews.gem5.org/r/3808/#review9413
-----------------------------------------------------------

Ship it!


Ship It!

- Jason Lowe-Power


On Feb. 7, 2017, 2:25 p.m., Bjoern A. Zeeb wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> http://reviews.gem5.org/r/3808/
> -----------------------------------------------------------
> 
> (Updated Feb. 7, 2017, 2:25 p.m.)
> 
> 
> Review request for Default.
> 
> 
> Repository: gem5
> 
> 
> Description
> -------
> 
> Rather than having the 1st line on the Log line and every other line on its 
> own, add a new line to have a common format for all of them.  Makes parsing a 
> lot easier.
> 
> Before:
> 1813979170500: system.l2cache: recvTimingReq tags:        set: 0 block: 0 
> state: f (M) valid: 1 writable: 1 readable: 1 dirty: 1 tag: fff3
>         set: 0 block: 1 state: 7 (E) valid: 1 writable: 1 readable: 1 dirty: 
> 0 tag: f9a3
> 
> After:
> 1813979170500: system.l2cache: recvTimingReq tags:
>         set: 0 block: 0 state: f (M) valid: 1 writable: 1 readable: 1 dirty: 
> 1 tag: fff3
>         set: 0 block: 1 state: 7 (E) valid: 1 writable: 1 readable: 1 dirty: 
> 0 tag: f9a3
> 
> 
> Diffs
> -----
> 
>   src/mem/cache/cache.cc 63325e5b0a9d 
> 
> Diff: http://reviews.gem5.org/r/3808/diff/
> 
> 
> Testing
> -------
> 
> 
> Thanks,
> 
> Bjoern A. Zeeb
> 
>

_______________________________________________
gem5-dev mailing list
gem5-dev@gem5.org
http://m5sim.org/mailman/listinfo/gem5-dev

Reply via email to