gem5/configs
Lisa Hsu 64c0d82dec simplify maxtick parsing in both the python and the c++.
configs/common/Simulation.py:
    simplify maxtick code a little bit - instead of checking for -1, just set it at MaxTick.
src/python/m5/__init__.py:
    make a new m5 param called MaxTick.
src/sim/host.hh:
    fix the M5 def. of MaxTick
src/sim/main.cc:
    Simplify the MaxTick/num_cycles parsing within main.cc

--HG--
extra : convert_revision : f800addfbc1323591c2e05b892276b439b671668
2006-11-08 15:05:23 -05:00
..
boot Add mutex test to Benchmarks.py. 2006-10-22 12:52:58 -04:00
common simplify maxtick parsing in both the python and the c++. 2006-11-08 15:05:23 -05:00
example factor some more commone code and enable going from checkpoint into arbitrary CPU with or without caches. 2006-11-01 19:25:09 -05:00
splash2 Add some default options, point it to the /dist version of the splash benchmarks 2006-10-20 21:13:10 -04:00