gem5/src/dev
Nathan Binkert 35147170f9 Move SimObject python files alongside the C++ and fix
the SConscript files so that only the objects that are
actually available in a given build are compiled in.
Remove a bunch of files that aren't used anymore.

--HG--
rename : src/python/m5/objects/AlphaTLB.py => src/arch/alpha/AlphaTLB.py
rename : src/python/m5/objects/SparcTLB.py => src/arch/sparc/SparcTLB.py
rename : src/python/m5/objects/BaseCPU.py => src/cpu/BaseCPU.py
rename : src/python/m5/objects/FuncUnit.py => src/cpu/FuncUnit.py
rename : src/python/m5/objects/IntrControl.py => src/cpu/IntrControl.py
rename : src/python/m5/objects/MemTest.py => src/cpu/memtest/MemTest.py
rename : src/python/m5/objects/FUPool.py => src/cpu/o3/FUPool.py
rename : src/python/m5/objects/FuncUnitConfig.py => src/cpu/o3/FuncUnitConfig.py
rename : src/python/m5/objects/O3CPU.py => src/cpu/o3/O3CPU.py
rename : src/python/m5/objects/OzoneCPU.py => src/cpu/ozone/OzoneCPU.py
rename : src/python/m5/objects/SimpleOzoneCPU.py => src/cpu/ozone/SimpleOzoneCPU.py
rename : src/python/m5/objects/BadDevice.py => src/dev/BadDevice.py
rename : src/python/m5/objects/Device.py => src/dev/Device.py
rename : src/python/m5/objects/DiskImage.py => src/dev/DiskImage.py
rename : src/python/m5/objects/Ethernet.py => src/dev/Ethernet.py
rename : src/python/m5/objects/Ide.py => src/dev/Ide.py
rename : src/python/m5/objects/Pci.py => src/dev/Pci.py
rename : src/python/m5/objects/Platform.py => src/dev/Platform.py
rename : src/python/m5/objects/SimConsole.py => src/dev/SimConsole.py
rename : src/python/m5/objects/SimpleDisk.py => src/dev/SimpleDisk.py
rename : src/python/m5/objects/Uart.py => src/dev/Uart.py
rename : src/python/m5/objects/AlphaConsole.py => src/dev/alpha/AlphaConsole.py
rename : src/python/m5/objects/Tsunami.py => src/dev/alpha/Tsunami.py
rename : src/python/m5/objects/T1000.py => src/dev/sparc/T1000.py
rename : src/python/m5/objects/Bridge.py => src/mem/Bridge.py
rename : src/python/m5/objects/Bus.py => src/mem/Bus.py
rename : src/python/m5/objects/MemObject.py => src/mem/MemObject.py
rename : src/python/m5/objects/PhysicalMemory.py => src/mem/PhysicalMemory.py
rename : src/python/m5/objects/BaseCache.py => src/mem/cache/BaseCache.py
rename : src/python/m5/objects/CoherenceProtocol.py => src/mem/cache/coherence/CoherenceProtocol.py
rename : src/python/m5/objects/Repl.py => src/mem/cache/tags/Repl.py
rename : src/python/m5/objects/Process.py => src/sim/Process.py
rename : src/python/m5/objects/Root.py => src/sim/Root.py
rename : src/python/m5/objects/System.py => src/sim/System.py
extra : convert_revision : 173f8764bafa8ef899198438fa5573874e407321
2007-05-27 19:21:17 -07:00
..
alpha Move SimObject python files alongside the C++ and fix 2007-05-27 19:21:17 -07:00
sparc Move SimObject python files alongside the C++ and fix 2007-05-27 19:21:17 -07:00
baddev.cc make our code a little more standards compliant 2007-01-26 18:48:51 -05:00
baddev.hh Use PacketPtr everywhere 2006-10-20 00:10:12 -07:00
BadDevice.py Move SimObject python files alongside the C++ and fix 2007-05-27 19:21:17 -07:00
Device.py Move SimObject python files alongside the C++ and fix 2007-05-27 19:21:17 -07:00
disk_image.cc Updated Authors from bk prs info 2006-05-31 19:26:56 -04:00
disk_image.hh Updated Authors from bk prs info 2006-05-31 19:26:56 -04:00
DiskImage.py Move SimObject python files alongside the C++ and fix 2007-05-27 19:21:17 -07:00
etherbus.cc Move all of the parameters of the Root SimObject so they are 2007-03-06 11:13:43 -08:00
etherbus.hh Updated Authors from bk prs info 2006-05-31 19:26:56 -04:00
etherdump.cc Move all of the parameters of the Root SimObject so they are 2007-03-06 11:13:43 -08:00
etherdump.hh Updated Authors from bk prs info 2006-05-31 19:26:56 -04:00
etherint.cc Updated Authors from bk prs info 2006-05-31 19:26:56 -04:00
etherint.hh add the ability for the ethernet device to check if the link is busy 2007-04-30 13:09:13 -04:00
etherlink.cc Move all of the parameters of the Root SimObject so they are 2007-03-06 11:13:43 -08:00
etherlink.hh add the ability for the ethernet device to check if the link is busy 2007-04-30 13:09:13 -04:00
Ethernet.py Move SimObject python files alongside the C++ and fix 2007-05-27 19:21:17 -07:00
etherpkt.cc Updated Authors from bk prs info 2006-05-31 19:26:56 -04:00
etherpkt.hh Updated Authors from bk prs info 2006-05-31 19:26:56 -04:00
ethertap.cc fix endian issues with condition codes 2006-11-10 20:17:42 -05:00
ethertap.hh Updated Authors from bk prs info 2006-05-31 19:26:56 -04:00
i8254xGBe.cc couple more bug fixes for intel nic 2007-05-14 16:37:00 -04:00
i8254xGBe.hh couple more bug fixes for intel nic 2007-05-14 16:37:00 -04:00
i8254xGBe_defs.hh make serialization at least seem to work 2007-03-29 22:00:01 -04:00
Ide.py Move SimObject python files alongside the C++ and fix 2007-05-27 19:21:17 -07:00
ide_atareg.h make our code a little more standards compliant 2007-01-26 18:48:51 -05:00
ide_ctrl.cc add a backoff algorithm when nacks are received by devices 2007-05-09 18:20:24 -04:00
ide_ctrl.hh Use PacketPtr everywhere 2006-10-20 00:10:12 -07:00
ide_disk.cc Move all of the parameters of the Root SimObject so they are 2007-03-06 11:13:43 -08:00
ide_disk.hh Merge ktlim@zamp:./local/clean/o3-merge/m5 2006-09-30 23:43:23 -04:00
ide_wdcreg.h New directory structure: 2006-05-22 14:29:33 -04:00
io_device.cc Change getDeviceAddressRanges to use bool for snoop arg. 2007-05-21 23:36:09 -07:00
io_device.hh Change getDeviceAddressRanges to use bool for snoop arg. 2007-05-21 23:36:09 -07:00
isa_fake.cc More changes to get SPARC fs closer. Now at 1.2M cycles before difference 2006-12-04 00:54:40 -05:00
isa_fake.hh More changes to get SPARC fs closer. Now at 1.2M cycles before difference 2006-12-04 00:54:40 -05:00
ns_gige.cc Add new EventWrapper constructor that takes a Tick value 2007-05-20 21:43:01 -07:00
ns_gige.hh Use PacketPtr everywhere 2006-10-20 00:10:12 -07:00
ns_gige_reg.h Updated Authors from bk prs info 2006-05-31 19:26:56 -04:00
Pci.py Move SimObject python files alongside the C++ and fix 2007-05-27 19:21:17 -07:00
pciconfigall.cc make our code a little more standards compliant 2007-01-26 18:48:51 -05:00
pciconfigall.hh Use PacketPtr everywhere 2006-10-20 00:10:12 -07:00
pcidev.cc Change getDeviceAddressRanges to use bool for snoop arg. 2007-05-21 23:36:09 -07:00
pcidev.hh Change getDeviceAddressRanges to use bool for snoop arg. 2007-05-21 23:36:09 -07:00
pcireg.h Get rid of unneeded union. 2006-08-28 11:01:25 -07:00
pitreg.h Updated Authors from bk prs info 2006-05-31 19:26:56 -04:00
pktfifo.cc Updated Authors from bk prs info 2006-05-31 19:26:56 -04:00
pktfifo.hh Updated Authors from bk prs info 2006-05-31 19:26:56 -04:00
platform.cc make our code a little more standards compliant 2007-01-26 18:48:51 -05:00
platform.hh Make mulitple consoles work and be distinguishable from each other 2007-02-13 15:58:06 -05:00
Platform.py Move SimObject python files alongside the C++ and fix 2007-05-27 19:21:17 -07:00
rtcreg.h Updated Authors from bk prs info 2006-05-31 19:26:56 -04:00
SConscript Move SimObject python files alongside the C++ and fix 2007-05-27 19:21:17 -07:00
simconsole.cc Get rid of the ConsoleListener SimObject and just fold the 2007-02-21 22:14:11 -08:00
simconsole.hh Get rid of the ConsoleListener SimObject and just fold the 2007-02-21 22:14:11 -08:00
SimConsole.py Move SimObject python files alongside the C++ and fix 2007-05-27 19:21:17 -07:00
simple_disk.cc Updated Authors from bk prs info 2006-05-31 19:26:56 -04:00
simple_disk.hh Updated Authors from bk prs info 2006-05-31 19:26:56 -04:00
SimpleDisk.py Move SimObject python files alongside the C++ and fix 2007-05-27 19:21:17 -07:00
sinic.cc Add new EventWrapper constructor that takes a Tick value 2007-05-20 21:43:01 -07:00
sinic.hh Use PacketPtr everywhere 2006-10-20 00:10:12 -07:00
sinicreg.hh Updated Authors from bk prs info 2006-05-31 19:26:56 -04:00
uart.cc Make mulitple consoles work and be distinguishable from each other 2007-02-13 15:58:06 -05:00
uart.hh Updated Authors from bk prs info 2006-05-31 19:26:56 -04:00
Uart.py Move SimObject python files alongside the C++ and fix 2007-05-27 19:21:17 -07:00
uart8250.cc initialize lastTxInt to 0 2007-05-01 12:32:30 -04:00
uart8250.hh fix console printing bug 2007-04-30 13:13:03 -04:00