Config: Change misleading "cycle" message to say "tick".
Review Request #315 - Created Nov. 17, 2010 and submitted
| Information | |
|---|---|
| Gabe Black | |
| gem5 | |
| Reviewers | |
| Default | |
Config: Change misleading "cycle" message to say "tick". Most of the messages in the config scripts that report a time value already print "@ tick" followed by the current tick value, but a few were printing "@ cycle". Since this is a distinction that's frequently confusing to new users, this changes those message to the more accurate and consistent "@ tick".
Posted (Nov. 17, 2010, 9:13 a.m.)
-
configs/common/Simulation.py (Diff revision 1) -
While you're at it, please whack the '=' (here and in the next message). It's unnecessary and inconsistent with the "Exiting" message.
