changeset 02a0c6b9c057 in /z/repo/gem5
details: http://repo.gem5.org/gem5?cmd=changeset;node=02a0c6b9c057
description:
        config: Fix lat_mem_rd example script

        Adjust the traffic generator time-out so that the script works out of
        the box

        Change-Id: I6b3b6b11f98b094ae3acdbe09488c26e4aeb0ab4
        Reviewed-by: Andreas Sandberg <[email protected]>

diffstat:

 configs/dram/lat_mem_rd.py |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 6c21ab852ed2 -r 02a0c6b9c057 configs/dram/lat_mem_rd.py
--- a/configs/dram/lat_mem_rd.py        Tue Oct 04 11:22:16 2016 +0100
+++ b/configs/dram/lat_mem_rd.py        Tue Oct 04 15:44:52 2016 +0100
@@ -1,4 +1,4 @@
-# Copyright (c) 2015 ARM Limited
+# Copyright (c) 2015-2016 ARM Limited
 # All rights reserved.
 #
 # The license below extends only to copyright in the software and shall
@@ -247,7 +247,8 @@
 cfg_file.close()
 
 # create a traffic generator, and point it to the file we just created
-system.tgen = TrafficGen(config_file = cfg_file_name)
+system.tgen = TrafficGen(config_file = cfg_file_name,
+                         progress_check = '10s')
 
 # add a communication monitor
 system.monitor = CommMonitor()
_______________________________________________
gem5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/gem5-dev

Reply via email to