gem5/mem
Ali Saidi 8a9d270f6c move code from packet.hh to packet.cc and packet_impl.hh
fix very annoying not-compiler bug

arch/sparc/regfile.hh:
    You have not included an out-of-class definition of your static members. See [9.4.2]/4 and about a billion gcc bug reports.
    If statements get around the problem through some magic, and than seems nicer that putting a definition of them in a c file
    somewhere.
cpu/simple/cpu.cc:
    get() and set() do the conversion now
dev/io_device.hh:
    need get() and set() defentions in all the devices
mem/packet.cc:
mem/packet.hh:
    move code from packet.hh to packet.cc
mem/physical.cc:
    packet_impl needed for templated packet functions

--HG--
extra : convert_revision : 6c11842aa928d9af7b4cabe826306fe1fe09e693
2006-05-01 18:53:28 -04:00
..
cache/prefetch Remove unneeded header files. 2006-03-14 18:03:34 -05:00
config Don't forget to check in the needed header file for the conditional prefetch building. 2006-03-16 11:34:19 -05:00
bridge.cc add a bridge object, modify bus object to be able to connect to other buses or bridges without panicing 2006-04-28 15:37:48 -04:00
bridge.hh add a bridge object, modify bus object to be able to connect to other buses or bridges without panicing 2006-04-28 15:37:48 -04:00
bus.cc add a bridge object, modify bus object to be able to connect to other buses or bridges without panicing 2006-04-28 15:37:48 -04:00
bus.hh add a bridge object, modify bus object to be able to connect to other buses or bridges without panicing 2006-04-28 15:37:48 -04:00
mem_object.cc Replace Memory with MemObject; no need for two different levels of hierarchy there. 2006-03-12 17:21:59 -05:00
mem_object.hh Add the bus and connector objects to scons 2006-03-26 21:44:22 -05:00
packet.cc move code from packet.hh to packet.cc and packet_impl.hh 2006-05-01 18:53:28 -04:00
packet.hh move code from packet.hh to packet.cc and packet_impl.hh 2006-05-01 18:53:28 -04:00
page_table.cc Finally MIPS does hello world! 2006-04-10 12:23:17 -04:00
page_table.hh Take out flags parameter (used for no align fault) 2006-04-10 12:40:07 -04:00
physical.cc move code from packet.hh to packet.cc and packet_impl.hh 2006-05-01 18:53:28 -04:00
physical.hh make ide disk work for newmem 2006-04-20 17:14:30 -04:00
port.cc Mostly done with all device models for new memory system. Still need to get timing packets working and get sinic working 2006-04-24 19:31:50 -04:00
port.hh fixes for se 2006-04-29 17:37:25 -04:00
request.hh change packet: reset() to resetMin() resetAll() which reset the minium 2006-04-17 14:55:15 -04:00
translating_port.cc Make TranslatingPort be a type of Port rather than something special 2006-03-30 15:59:49 -05:00
translating_port.hh Add a functional port that is used to load the original binaries in FS 2006-03-30 18:06:00 -05:00
vport.cc fixes for new memory system 2006-04-06 00:51:46 -04:00
vport.hh fs now gets to the point where it would really like a filesystem. 2006-04-12 17:46:25 -04:00