gem5/src
Omar Naji 29dd2887f4 mem: Add DRAM device size and check against config
This patch adds the size of the DRAM device to the DRAM config. It
also compares the actual DRAM size (calculated using information from
the config) to the size defined in the system. If these two values do
not match gem5 will print a warning. In order to do correct DRAM
research the size of the memory defined in the system should match the
size of the DRAM in the config. The timing and current parameters
found in the DRAM configs are defined for a DRAM device with a
specific size and would differ for another device with a different
size.
2014-10-20 18:03:52 -04:00
..
arch sim: implement getdents/getdents64 in user mode 2014-10-20 16:44:53 -05:00
base misc: Move AddrRangeList from port.hh to addr_range.hh 2014-10-16 05:49:59 -04:00
cpu cpu: o3: corrects base FP and CC register index in removeThread() 2014-10-20 16:47:55 -05:00
dev dev: refactor pci config space for sysfs scanning 2014-10-16 05:49:57 -04:00
doc cpu: `Minor' in-order CPU model 2014-07-23 16:09:04 -05:00
doxygen MEM: Put memory system document into doxygen 2012-09-25 11:49:41 -05:00
kern misc: Move AddrRangeList from port.hh to addr_range.hh 2014-10-16 05:49:59 -04:00
mem mem: Add DRAM device size and check against config 2014-10-20 18:03:52 -04:00
proto mem: change the namespace Message to ProtoMessage 2014-09-01 16:55:46 -05:00
python sim: EventQueue wakeup on events scheduled outside the event loop 2014-10-16 05:49:53 -04:00
sim sim: invalid alignment checks in mmap and mremap 2014-10-20 16:45:25 -05:00
unittest unittest: Fix build errors 2014-01-30 12:21:58 -06:00
Doxyfile Doxygen: Update the version of the Doxyfile 2012-10-11 06:38:42 -04:00
SConscript arch,x86,mem: Dynamically determine the ISA for Ruby store check 2014-10-16 05:49:44 -04:00