Searched hist:10150 (Results 1 - 1 of 1) sorted by relevance

/gem5/configs/example/
H A Dse.py10150:240969297314 Tue Apr 01 12:17:00 EDT 2014 Nilay Vaish <nilay@cs.wisc.edu> configs: use SimpleMemory when using ruby in se mode
A recent changeset altered the default memory class to DRAMCtrl. In se mode,
ruby uses the physical memory to check if a given address is within the bounds
of the physical memory. SimpleMemory is enough for this. Moreover,
SimpleMemory does not check whether it is connected or not, something which
DRAMCtrl does.

Completed in 27 milliseconds