projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c65fa3d
)
config: Add new MemConfig options to DRAM sweep script
author
Wendy Elsasser
<wendy.elsasser@arm.com>
Fri, 15 May 2015 17:38:45 +0000
(13:38 -0400)
committer
Wendy Elsasser
<wendy.elsasser@arm.com>
Fri, 15 May 2015 17:38:45 +0000
(13:38 -0400)
Update script to match current MemConfig options with
external_memory_system option set to 0.
configs/dram/sweep.py
patch
|
blob
|
history
diff --git
a/configs/dram/sweep.py
b/configs/dram/sweep.py
index 06f3dc76de753bc981d5673740f7f8783984be51..228a9c64bf16e245969f35b479d068e5d2deaa56 100644
(file)
--- a/
configs/dram/sweep.py
+++ b/
configs/dram/sweep.py
@@
-96,6
+96,7
@@
system.mem_ranges = [mem_range]
# force a single channel to match the assumptions in the DRAM traffic
# generator
options.mem_channels = 1
+options.external_memory_system = 0
MemConfig.config_mem(options, system)
# the following assumes that we are using the native DRAM