diff options
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 |