diff options
author | Andreas Hansson <andreas.hansson@arm.com> | 2014-12-23 09:31:18 -0500 |
---|---|---|
committer | Andreas Hansson <andreas.hansson@arm.com> | 2014-12-23 09:31:18 -0500 |
commit | e76e8e28a3d62e20d2df75b60943442e78fa212b (patch) | |
tree | a9fbf29f44bb41dd8417bf4aed731ca9c4265d65 /tests/quick/se/70.tgen/tgen-simple-mem.cfg | |
parent | 7a25b1a0e02b1587fe18439ad81591704196d519 (diff) | |
download | gem5-e76e8e28a3d62e20d2df75b60943442e78fa212b.tar.xz |
tests: Add a regression for the stack distance calculator
Re-use the existing traffic generator regression, and enable the stack
distance calculation in the comm monitor, along with the verification
stack.
The traffic generator config is also tuned to not increase the
run-time too much (and actually have some address re-use).
Diffstat (limited to 'tests/quick/se/70.tgen/tgen-simple-mem.cfg')
-rw-r--r-- | tests/quick/se/70.tgen/tgen-simple-mem.cfg | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/tests/quick/se/70.tgen/tgen-simple-mem.cfg b/tests/quick/se/70.tgen/tgen-simple-mem.cfg index 6d037f9ea..326140ce2 100644 --- a/tests/quick/se/70.tgen/tgen-simple-mem.cfg +++ b/tests/quick/se/70.tgen/tgen-simple-mem.cfg @@ -15,13 +15,19 @@ # # State TRACE plays back a pre-recorded trace once # -# Addresses are expressed as decimal numbers, both in the -# configuration and the trace file. The period in the linear and -# random state is from a uniform random distribution over the +# Addresses are expressed as decimal numbers. The period in the linear +# and random state is from a uniform random distribution over the # interval. If a specific value is desired, then the min and max can # be set to the same value. STATE 0 1000000 TRACE tests/quick/se/70.tgen/tgen-simple-mem.trc 100 -STATE 1 1000000000 RANDOM 0 0 134217728 64 30000 30000 0 +STATE 1 100000000 RANDOM 0 0 134217728 64 30000 30000 0 +STATE 2 1000000000 IDLE +STATE 3 100000000 LINEAR 0 0 134217728 64 30000 30000 0 +STATE 4 1000000 IDLE INIT 0 TRANSITION 0 1 1 -TRANSITION 1 1 1 +TRANSITION 1 2 1 +TRANSITION 2 3 0.5 +TRANSITION 2 4 0.5 +TRANSITION 3 2 1 +TRANSITION 4 4 1 |