diff options
author | Wendy Elsasser <wendy.elsasser@arm.com> | 2015-05-15 13:38:45 -0400 |
---|---|---|
committer | Wendy Elsasser <wendy.elsasser@arm.com> | 2015-05-15 13:38:45 -0400 |
commit | 20978ee697e8ebe0428685fb86ce2aa0a249efad (patch) | |
tree | b22f0ff6f38db45ff82e78d8788c8046c7c7aa50 | |
parent | c65fa3dceb2163967bbb7199013e9fccdc6ff46c (diff) | |
download | gem5-20978ee697e8ebe0428685fb86ce2aa0a249efad.tar.xz |
config: Add new MemConfig options to DRAM sweep script
Update script to match current MemConfig options with
external_memory_system option set to 0.
-rw-r--r-- | configs/dram/sweep.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/dram/sweep.py b/configs/dram/sweep.py index 06f3dc76d..228a9c64b 100644 --- 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 |