gem5/src/mem
Ali Saidi 2f145ac54a Fix Physical Memory to allow memory sizes bigger than 128MB.
Kinda port DRAM to new memory system. The code is *really* ugly (not my fault) and right now something about the stats it uses
causes a simulator segfault.

src/SConscript:
    Add dram.cc to sconscript
src/mem/physical.cc:
src/mem/physical.hh:
    Add params struct to physical memory, use params, make latency function be virtual
src/python/m5/objects/PhysicalMemory.py:
    Add DRAMMemory python class

--HG--
extra : convert_revision : 5bd9f2e071c62da89e8efa46fa016f342c01535d
2006-08-16 19:01:11 -04:00
..
cache Merge zizzer:/bk/newmem 2006-08-15 17:41:37 -04:00
config Backing in more changsets, getting closer to compile 2006-06-28 14:35:00 -04:00
bridge.cc Fix up doxygen. 2006-08-14 19:25:07 -04:00
bridge.hh Fix up doxygen. 2006-08-14 19:25:07 -04:00
bus.cc Fix up doxygen. 2006-08-14 19:25:07 -04:00
bus.hh Fix up doxygen. 2006-08-14 19:25:07 -04:00
dram.cc Fix Physical Memory to allow memory sizes bigger than 128MB. 2006-08-16 19:01:11 -04:00
dram.hh Fix Physical Memory to allow memory sizes bigger than 128MB. 2006-08-16 19:01:11 -04:00
mem_object.cc Updated Authors from bk prs info 2006-05-31 19:26:56 -04:00
mem_object.hh Fix up doxygen. 2006-08-14 19:25:07 -04:00
packet.cc Backing in more changsets, getting closer to compile 2006-06-28 14:35:00 -04:00
packet.hh fixes for gcc 4.1 2006-08-15 17:41:22 -04:00
page_table.cc Changed the size parameter from int to int64_t 2006-08-14 03:18:38 -04:00
page_table.hh Merge zizzer.eecs.umich.edu:/bk/newmem 2006-08-15 05:08:30 -04:00
physical.cc Fix Physical Memory to allow memory sizes bigger than 128MB. 2006-08-16 19:01:11 -04:00
physical.hh Fix Physical Memory to allow memory sizes bigger than 128MB. 2006-08-16 19:01:11 -04:00
port.cc Fix up doxygen. 2006-08-14 19:25:07 -04:00
port.hh Fix up doxygen. 2006-08-14 19:25:07 -04:00
port_impl.hh Cleaned up include files and got rid of many using directives in header files. 2006-08-15 05:07:15 -04:00
request.hh fixes for gcc 4.1 2006-08-15 17:41:22 -04:00
tport.cc Move PioPort timing code into Simple Timing Port object 2006-07-20 19:03:47 -04:00
tport.hh Move PioPort timing code into Simple Timing Port object 2006-07-20 19:03:47 -04:00
translating_port.cc Updated Authors from bk prs info 2006-05-31 19:26:56 -04:00
translating_port.hh Updated Authors from bk prs info 2006-05-31 19:26:56 -04:00
vport.cc Fix up doxygen. 2006-08-14 19:25:07 -04:00
vport.hh Fix up doxygen. 2006-08-14 19:25:07 -04:00