From e76e8e28a3d62e20d2df75b60943442e78fa212b Mon Sep 17 00:00:00 2001 From: Andreas Hansson Date: Tue, 23 Dec 2014 09:31:18 -0500 Subject: 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). --- tests/quick/se/70.tgen/tgen-simple-mem.cfg | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) (limited to 'tests/quick/se/70.tgen/tgen-simple-mem.cfg') 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 -- cgit v1.2.3