configs: use SimpleMemory when using ruby in se mode
authorNilay Vaish <nilay@cs.wisc.edu>
Tue, 1 Apr 2014 16:17:46 +0000 (11:17 -0500)
committerNilay Vaish <nilay@cs.wisc.edu>
Tue, 1 Apr 2014 16:17:46 +0000 (11:17 -0500)
commitd6542d7758d52625bfb92d007d98b8f845dd69ee
tree08bfe0652b07a965e4e1b48e1bb3824a8239d38d
parentb884fcf412f43ae8e1d365f23846f0f8e912ef1a
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.
configs/example/se.py