Provide Python script command line options to set cache latencies
Review Request #1454 - Created Sept. 28, 2012 and updated
| Information | |
|---|---|
| Lluís Vilanova | |
| gem5 | |
| Reviewers | |
| Default | |
Simplifies initial testing of different cache latency values with the example scripts.
Issue Summary
1
1
0
0
| Description | From | Last Updated | Status |
|---|---|---|---|
| Although the overall patch looks good, I'm not to thrilled that all the default values now are moved to the ... | Andreas Hansson | Oct. 23, 2012, 6:29 a.m. | Open |
Review request changed
Updated (Oct. 3, 2012, 1:33 a.m.)
Status: Re-opened
Summary: |
|
|||
|---|---|---|---|---|
Description: |
|
|||
Diff: |
Revision 2 (+35 -11) |
Review request changed
Updated (Oct. 23, 2012, 4:18 a.m.)
Posted (Oct. 23, 2012, 6:29 a.m.)
-
configs/common/CacheConfig.py (Diff revision 3) -
Although the overall patch looks good, I'm not to thrilled that all the default values now are moved to the Options.py file instead of being per "configuration" as in the O3_ARM_v7aL2 class. It would be better to not use the option unless it is explicitly set by the user.
