From: Wendy Elsasser Date: Fri, 15 May 2015 17:38:45 +0000 (-0400) Subject: config: Add new MemConfig options to DRAM sweep script X-Git-Tag: stable_2015_09_03~43 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=20978ee697e8ebe0428685fb86ce2aa0a249efad;p=gem5.git config: Add new MemConfig options to DRAM sweep script Update script to match current MemConfig options with external_memory_system option set to 0. --- 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