gem5/dev
Nathan Binkert e0b065ff7c Separate the stuff for SimObject from SimObject builder.
This makes testing a bit easier.

arch/alpha/alpha_memory.cc:
cpu/intr_control.cc:
cpu/memtest/memtest.cc:
cpu/simple_cpu/simple_cpu.cc:
dev/alpha_console.cc:
dev/console.cc:
dev/disk_image.cc:
dev/etherbus.cc:
dev/etherdump.cc:
dev/etherlink.cc:
dev/ethertap.cc:
dev/simple_disk.cc:
kern/tru64/tru64_system.cc:
sim/main.cc:
sim/prog.cc:
    Need to include builder.hh
    sort #includes
sim/sim_object.cc:
sim/sim_object.hh:
    Separate the SimObjectBuilder stuff into its own file

--HG--
extra : convert_revision : e8395e0cc6ae1f180f9cd6f100795a1ac44aeed5
2003-10-20 20:17:01 -04:00
..
alpha_access.h Import changeset 2003-10-07 10:41:54 -04:00
alpha_console.cc Separate the stuff for SimObject from SimObject builder. 2003-10-20 20:17:01 -04:00
alpha_console.hh Make include paths explicit and update makefile accordingly. 2003-10-10 11:09:00 -07:00
console.cc Separate the stuff for SimObject from SimObject builder. 2003-10-20 20:17:01 -04:00
console.hh Try to get the correct license on various files 2003-10-13 02:00:47 -04:00
disk_image.cc Separate the stuff for SimObject from SimObject builder. 2003-10-20 20:17:01 -04:00
disk_image.hh Make include paths explicit and update makefile accordingly. 2003-10-10 11:09:00 -07:00
etherbus.cc Separate the stuff for SimObject from SimObject builder. 2003-10-20 20:17:01 -04:00
etherbus.hh Make include paths explicit and update makefile accordingly. 2003-10-10 11:09:00 -07:00
etherdump.cc Separate the stuff for SimObject from SimObject builder. 2003-10-20 20:17:01 -04:00
etherdump.hh Make include paths explicit and update makefile accordingly. 2003-10-10 11:09:00 -07:00
etherint.cc Make include paths explicit and update makefile accordingly. 2003-10-10 11:09:00 -07:00
etherint.hh Make include paths explicit and update makefile accordingly. 2003-10-10 11:09:00 -07:00
etherlink.cc Separate the stuff for SimObject from SimObject builder. 2003-10-20 20:17:01 -04:00
etherlink.hh Make include paths explicit and update makefile accordingly. 2003-10-10 11:09:00 -07:00
etherpkt.hh Make include paths explicit and update makefile accordingly. 2003-10-10 11:09:00 -07:00
ethertap.cc Separate the stuff for SimObject from SimObject builder. 2003-10-20 20:17:01 -04:00
ethertap.hh Make include paths explicit and update makefile accordingly. 2003-10-10 11:09:00 -07:00
pcireg.h Import changeset 2003-10-07 10:41:54 -04:00
simple_disk.cc Separate the stuff for SimObject from SimObject builder. 2003-10-20 20:17:01 -04:00
simple_disk.hh Make include paths explicit and update makefile accordingly. 2003-10-10 11:09:00 -07:00