diff --git a/pipelined/regression/regression-wally b/pipelined/regression/regression-wally index 431b297f5..456ba8fe9 100755 --- a/pipelined/regression/regression-wally +++ b/pipelined/regression/regression-wally @@ -110,6 +110,15 @@ for test in tests32e: grepstr="All tests ran without failures") configs.append(tc) +ahbTests = [("0", "0"), ("0", "1"), ("1", "0"), ("1", "1"), ("2", "0"), ("2", "1")] +for test in ahbTests: + tc = TestCase( + name="ram_latency_" + test[0] + "_burst_en_" + test[1], + variant="ahb", + cmd="vsim > {} -c <