mem: add a knob to turn on/off bank blocking model
Review Request #1822 - Created April 15, 2013 and updated
| Information | |
|---|---|
| Xiangyu Dong | |
| gem5 | |
| default | |
| Reviewers | |
| Default | |
Changeset 9818:9f5292877175 --------------------------- mem: add a knob to turn on/off bank blocking model By default, the cache bank model is turned off to match the main branch regression result. Enabling this feature by --l1-bank-model, --l2-bank-model, --l3-bank-model
Posted (April 15, 2013, 11:02 a.m.)
Thanks for this too. Is there a a use case for the model being turned on/off on banks separately? It seems like one option might do.
-
configs/common/CacheConfig.py (Diff revision 1) -
maybe just one option for either all on or all off?
This seems good, but I think the Option name is a little bit confusing. How about --l1-bank-model rather than --l1-enable-bank? (and similar for the other ones.
Review request changed
Updated (July 18, 2013, 12:35 p.m.)
Description: |
|
|||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Diff: |
Revision 4 (+39 -15) |
