ruby: banked cache array resource model
Review Request #1291 - Created July 2, 2012 and submitted
Information | |
---|---|
Brad Beckmann | |
gem5 | |
default | |
Reviewers | |
Default | |
Changeset 9079:02a69df7533b --------------------------- ruby: banked cache array resource model This patch models a cache as separate tag and data arrays. The patch exposes the banked array as another resource that is checked by SLICC before a transition is allowed to execute. This is similar to how TBE entries and slots in output ports are modeled.
Posted (July 2, 2012, 11:18 p.m.)
Looks good to me except the one comment below.
-
src/mem/ruby/system/Cache.py (Diff revision 1) -
I think this should default to false here. Unless people take serious consideration of the number of banks and latencies the timing results won't make any sense.
Ship It!