Ruby: Add field to slicc machine for generic type
Review Request #1309 - Created July 14, 2012 and submitted
| Information | |
|---|---|
| Jason Lowe-Power | |
| gem5 | |
| default | |
| Reviewers | |
| Default | |
Changeset 9124:a9208bc27e58 --------------------------- Ruby: Add field to slicc machine for generic type This allows you to have (i.e.) an L2 cache that is not named "L2Cache" but is still a GenericMachineType_L2Cache. This is particularly helpful if the protocol has multiple L2 controllers.
Posted (Aug. 7, 2012, 1:06 a.m.)
-
src/mem/slicc/symbols/Type.py (Diff revision 1) -
This line is more than 80 characters.
Review request changed
Updated (Aug. 8, 2012, 1:08 a.m.)
Diff: |
Revision 2 (+3 -1) |
|---|
We've tested this patch thoroughly internally, and I'd say it is ready to ship.
