changeset bcb7441ae83c in /z/repo/gem5
details: http://repo.gem5.org/gem5?cmd=changeset;node=bcb7441ae83c
description:
        config: Reduce DRAM controller regression traffic rate

        This patch changes the traffic generator period such that it does not
        completely saturate the DRAM controller and create an ever-growing
        backlog in the queued port.

        A separate patch updates the stats.

diffstat:

 tests/quick/se/70.tgen/tgen-simple-dram.cfg |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (14 lines):

diff -r 8f24dcb13b85 -r bcb7441ae83c tests/quick/se/70.tgen/tgen-simple-dram.cfg
--- a/tests/quick/se/70.tgen/tgen-simple-dram.cfg       Mon Jan 07 13:05:35 
2013 -0500
+++ b/tests/quick/se/70.tgen/tgen-simple-dram.cfg       Mon Jan 07 13:05:36 
2013 -0500
@@ -21,9 +21,7 @@
 # interval. If a specific value is desired, then the min and max can
 # be set to the same value.
 STATE 0 100 IDLE 
-#STATE 1 10000000000 TRACE tests/quick/se/70.tgen/tgen-simple-dram.trc 0
-#STATE 1 1000000000 RANDOM 101 0 134217728 64 2000 2000 0
-STATE 1 1000000000 LINEAR 100 0 134217728 64 2000 2000 0
+STATE 1 1000000000 LINEAR 100 0 134217728 64 30000 30000 0
 INIT 0
 TRANSITION 0 1 1
 TRANSITION 1 1 1
_______________________________________________
gem5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/gem5-dev

Reply via email to