From 20978ee697e8ebe0428685fb86ce2aa0a249efad Mon Sep 17 00:00:00 2001 From: Wendy Elsasser Date: Fri, 15 May 2015 13:38:45 -0400 Subject: [PATCH] config: Add new MemConfig options to DRAM sweep script Update script to match current MemConfig options with external_memory_system option set to 0. --- configs/dram/sweep.py | 1 + 1 file changed, 1 insertion(+) 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