ruby: Improve ruby simobject names
Review Request #89 - Created Aug. 5, 2010 and submitted
| Information | |
|---|---|
| Brad Beckmann | |
| gem5 | |
| Reviewers | |
| Default | |
ruby: Improve ruby simobject names This patch attaches ruby objects to the system before the topology is created so that their simobject names read their meaningful variable names instead of their topology name.
Posted (Aug. 8, 2010, 1:24 a.m.)
configs: is probably a better keyword.
-
configs/ruby/MOESI_CMP_directory.py (Diff revision 1) -
I know that you're just trying to follow the 80 column rule here, but the idea when you go over 80 columns is to try to create temporary variables. something like: dir = RubyDirectoryMemory(...) dir_cntrl = Directory_Controller(version=i, directory=dir, etc.
