mem_range = AddrRange('256MB')
system.mem_ranges = [mem_range]
+# do not worry about reserving space for the backing store
+mmap_using_noreserve = True
+
# force a single channel to match the assumptions in the DRAM traffic
# generator
options.mem_channels = 1
if not isinstance(system.mem_ctrls[0], m5.objects.DRAMCtrl):
fatal("This script assumes the memory is a DRAMCtrl subclass")
+# there is no point slowing things down by saving any data
+system.mem_ctrls[0].null = True
+
# Set the address mapping based on input argument
# Default to RoRaBaCoCh
if options.addr_map == 0: