gem5/configs/test
Steve Reinhardt 935ba67b4f Get basic full-system working with AtomicSimpleCPU.
SConscript:
    Comment out sinic for now... needs to be fixed to compile under newmem.
configs/test/SysPaths.py:
    Fix paths.
configs/test/fs.py:
    SimpleCPU -> AtomicSimpleCPU
    Fix vmlinux path
cpu/simple/atomic.cc:
    Fix suspendContext() so quiesce works.
    Don't forget to checkForInterrupts().
cpu/simple/base.cc:
    Minor fix to interrupt check code.
dev/ide_disk.hh:
    Don't declare regStats() in header since it's not in
    .cc file anymore (will need to add it back in when
    stats are added back).
dev/io_device.cc:
    Set packet dest to Packet::Broadcast.
dev/pciconfigall.cc:
    Set PCI config packet result to Success.
python/m5/objects/Root.py:
    Add debug object to Root so things like break_cycles
    can be set from command line.

--HG--
extra : convert_revision : aa1c652fe589784e753e13ad9acb0cd5f3b6eafb
2006-05-17 22:08:44 -04:00
..
fs.py Get basic full-system working with AtomicSimpleCPU. 2006-05-17 22:08:44 -04:00
hello Compiles now (with CPU_MODELS=SimpleCPU), but hangs 2006-03-10 10:01:29 -05:00
hello_mips Minor changes for FP ... MIPS now works for floating-point programs... 2006-05-07 14:09:19 -04:00
hello_sparc Changed the hello_sparc executable back to the cross compiled one 2006-04-28 13:11:32 -04:00
SysPaths.py Get basic full-system working with AtomicSimpleCPU. 2006-05-17 22:08:44 -04:00
test.py Split SimpleCPU into two different models, AtomicSimpleCPU and 2006-05-16 17:36:50 -04:00