gem5/tests
Kevin Lim 55a45d3644 A couple of minor fixes.
1. Set CPU ID in all modes for the O3 CPU.
2. Use nextCycle() function to prevent phase drift in O3 CPU.
3. Remove assertion in rename map that is no longer true.

src/cpu/o3/alpha/cpu_builder.cc:
    Allow for CPU id in all modes, not just full system.  Also include a parameter that was left out by accident.
src/cpu/o3/alpha/cpu_impl.hh:
    Set the CPU ID properly.
src/cpu/o3/cpu.cc:
src/cpu/o3/cpu.hh:
    Use nextCycle() function so that the CPU does not get out of phase when starting up from quiesces.
src/cpu/o3/rename_map.cc:
    Remove assertion that is no longer true.
tests/configs/o3-timing.py:
    Set CPU's id to 0.

--HG--
extra : convert_revision : 2b69c19adfce2adcc2d1939e89d702bd6674d5d5
2007-03-23 11:22:43 -04:00
..
configs A couple of minor fixes. 2007-03-23 11:22:43 -04:00
long Create reference outputs for this regression. 2007-01-31 18:47:23 -05:00
quick Merge zizzer:/bk/newmem 2007-01-27 01:59:20 -05:00
test-progs/hello Add Alpha Linux version of "hello world" test. 2006-08-20 22:48:30 -04:00
diff-out diff-out: 2006-09-01 16:27:24 -04:00
halt.sh Rearrange the FS configs to be more shared. Also check in the full-system tests. Reference stats coming soon. 2006-07-21 15:56:35 -04:00
run.py Merge ktlim@zizzer:/bk/newmem 2006-11-10 12:44:15 -05:00
SConscript Only update stderr, stdout, m5stats.txt, and config.* on update_ref, 2006-12-04 19:05:09 -05:00