changeset 33f1c7b65a88 in /z/repo/gem5
details: http://repo.gem5.org/gem5?cmd=changeset;node=33f1c7b65a88
description:
        config: Add new MemConfig options to DRAM sweep script

        Update script to match current MemConfig options with
        external_memory_system option set to 0.

diffstat:

 configs/dram/sweep.py |  1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diffs (11 lines):

diff -r fbdaa08aaa42 -r 33f1c7b65a88 configs/dram/sweep.py
--- a/configs/dram/sweep.py     Tue May 05 09:25:59 2015 -0700
+++ b/configs/dram/sweep.py     Fri May 15 13:38:45 2015 -0400
@@ -96,6 +96,7 @@
 # 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
_______________________________________________
gem5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/gem5-dev

Reply via email to