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


Hi Xiangyu, Any chance of getting the cache banking/blocking patches going 
again? They would be a very useful addition and I don't think there's too much 
work involved finishing this off. Thanks in advance

- Andreas Hansson


On May 30, 2013, 4:41 p.m., Xiangyu Dong wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> http://reviews.gem5.org/r/1809/
> -----------------------------------------------------------
> 
> (Updated May 30, 2013, 4:41 p.m.)
> 
> 
> Review request for Default.
> 
> 
> Repository: gem5
> 
> 
> Description
> -------
> 
> Changeset 9627:6122d201ff80
> ---------------------------
> mem: model data array bank in classic cache
> The classic cache does not model data array bank, i.e. if a read/write is 
> being
> serviced by a cache bank, no other requests should be sent to this bank.
> This patch models a multi-bank cache.  Features include:
> 1. detect if the bank interleave granularity is larger than cache line size
> 2. add CacheBank debug flag
> 3. Differentiate read and write latency
> 3a. read latency is still named as hit_latency
> 3b. write latency is named as write_latency
> 4. Add write_latency, num_banks, bank_itlv_bit into the Python parser
> Not modeled in this patch:
> Due to the lack of retry mechanism in the cache master port, the access form
> the memory side will not be denied if the bank is in service. Instead, the 
> bank
> service time will be extended. This is equivalent to an infinite write buffer
> for cache fill operations.
> 
> 
> Diffs
> -----
> 
>   configs/common/CacheConfig.py e2fafd224f43 
>   configs/common/Caches.py e2fafd224f43 
>   configs/common/Options.py e2fafd224f43 
>   src/mem/cache/BaseCache.py e2fafd224f43 
>   src/mem/cache/SConscript e2fafd224f43 
>   src/mem/cache/base.hh e2fafd224f43 
>   src/mem/cache/base.cc e2fafd224f43 
>   src/mem/cache/cache_impl.hh e2fafd224f43 
> 
> Diff: http://reviews.gem5.org/r/1809/diff/
> 
> 
> Testing
> -------
> 
> 
> Thanks,
> 
> Xiangyu Dong
> 
>

_______________________________________________
gem5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/gem5-dev

Reply via email to