gem5/mem
Ron Dreslinski eabb0cfc78 Pushing current state. Need to fix compilation problems, have moved the SCONS script to build memory objects first.
Some places I could have been using a forward decleration and that should be cleaned up as well.

SConscript:
    Changed to move new memory object compilation to the top.  See the errors right away.
    Will also need to update all other objects that included the old memory system to use the new one.  But not until we at least get the mem system compiling first.
mem/packet.hh:
    Adding includes and typedefs to fix compilation errors
mem/request.hh:
    Add definition for compilation issues

--HG--
extra : convert_revision : 34d9ae534a7a625445b981e81c7a1f856517cb04
2006-02-07 17:33:03 -05:00
..
bus.hh Fixed some void functions with returns, first stab at cpu ports. 2006-01-31 14:39:41 -05:00
mem_object.hh Add proper includes 2006-01-31 14:15:33 -05:00
packet.hh Pushing current state. Need to fix compilation problems, have moved the SCONS script to build memory objects first. 2006-02-07 17:33:03 -05:00
page_table.cc Add PageTable code and SConscript fixes for new syscall emulation 2006-01-29 17:28:04 -05:00
page_table.hh Add PageTable code and SConscript fixes for new syscall emulation 2006-01-29 17:28:04 -05:00
physical.cc Adding some more things toward having cpu->mem test in place. Still need to work on compilation issues. 2006-02-03 14:54:37 -05:00
physical.hh Adding some more things toward having cpu->mem test in place. Still need to work on compilation issues. 2006-02-03 14:54:37 -05:00
port.hh More include files, removing definition of SendResult whioch isn't needed anymore 2006-01-31 14:42:42 -05:00
request.hh Pushing current state. Need to fix compilation problems, have moved the SCONS script to build memory objects first. 2006-02-07 17:33:03 -05:00