Ruby: Make it so that controllers attached to Sequencers don't have to be named L1Cache.
Review Request #893 - Created Oct. 11, 2011 and submitted
| Information | |
|---|---|
| Lisa Hsu | |
| gem5 | |
| Reviewers | |
| Default | |
| ali, gblack, nate, stever | |
Ruby: Make it so that controllers attached to Sequencers don't have to be named L1Cache.
Posted (Oct. 11, 2011, 9:23 a.m.)
-
src/mem/slicc/symbols/StateMachine.py (Diff revision 1) -
Lisa, this line does not appear in the current version of gem5. You may want to update your version before committing this change.
-
src/mem/slicc/symbols/StateMachine.py (Diff revision 1) -
Why do we have loop here? Can a controller be associated with multiple sequencers?
This patch looks fine, though others should be aware that arbitrary controller names is not yet supported by RubySlicc_ComponentMapping.hh. Therefore routing messages to these controllers, while still passing the regression tester may be difficult.
