gem5/configs/common
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
..
Benchmarks.py Add mutex test to Benchmarks.py. 2006-10-22 12:52:58 -04:00
Caches.py factor out common run code from se.py and fs.py. 2006-10-27 16:32:26 -04:00
FSConfig.py FSConfig.py: 2006-10-30 16:55:52 -05:00
Options.py decouple the switch option from the warmup period option - parsing was confused otherwise, oops. 2006-10-30 14:12:15 -05:00
Simulation.py simplify maxtick parsing in both the python and the c++. 2006-11-08 15:05:23 -05:00
SysPaths.py make rcS files read from the m5 source directory, not /dist. 2006-11-08 14:10:25 -05:00