From 6581490f9c2396ba9bf9f5118d824eac0c14bcbc Mon Sep 17 00:00:00 2001 From: Ross Thompson Date: Wed, 7 Sep 2022 12:03:58 -0500 Subject: [PATCH] Modified regression tests to add some ahb configurations. --- pipelined/regression/regression-wally | 11 ++++++++++- pipelined/regression/wally-pipelined-batch.do | 14 ++++++++++++++ pipelined/regression/wally-pipelined.do | 6 +++++- pipelined/testbench/testbench.sv | 1 + pipelined/testbench/tests.vh | 5 +++++ 5 files changed, 35 insertions(+), 2 deletions(-) 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 <