diff --git a/pipelined/regression/regression-wally b/pipelined/regression/regression-wally index 20519bbb..8bb8ad21 100755 --- a/pipelined/regression/regression-wally +++ b/pipelined/regression/regression-wally @@ -82,7 +82,7 @@ for test in tests32gc: grepstr="All tests ran without failures") configs.append(tc) -tests32ic = ["arch32i", "arch32c", "imperas32i", "imperas32c", "wally32periph"] +tests32ic = ["arch32i", "arch32c", "imperas32i", "imperas32c"] for test in tests32ic: tc = TestCase( name=test, @@ -100,6 +100,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_LATENCH_" + test[0] + "_BURST_EN_" + test[1], + variant="ahb", + cmd="vsim > {} -c <