From 9bd0027c942485ca7413fc938f8c3727ec6750d6 Mon Sep 17 00:00:00 2001 From: David Harris Date: Wed, 31 Jan 2024 20:35:34 -0800 Subject: [PATCH] Removed AHB-specific testing and replaced with ram configs --- sim/regression-wally | 29 ++++++++++++++++++----------- sim/wally-batch.do | 25 +------------------------ sim/wally.do | 7 +------ 3 files changed, 20 insertions(+), 41 deletions(-) diff --git a/sim/regression-wally b/sim/regression-wally index 07c3774ed..43c4220c4 100755 --- a/sim/regression-wally +++ b/sim/regression-wally @@ -85,7 +85,7 @@ for test in tests64i: configs.append(tc) tests32gcimperas = ["imperas32i", "imperas32f", "imperas32m", "imperas32c"] # unused -tests32gc = ["arch32f", "arch32d", "arch32f_fma", "arch32d_fma", "arch32i", "arch32priv", "arch32c", "arch32m", "arch32a", "arch32zifencei", "arch32zicond", "arch32zba", "arch32zbb", "arch32zbc", "arch32zbs", "arch32zfh", "arch32zfaf", "wally32a", "wally32priv", "wally32periph"] # "arch32zfad", +tests32gc = ["arch32f", "arch32d", "arch32f_fma", "arch32d_fma", "arch32i", "arch32priv", "arch32c", "arch32m", "arch32a", "arch32zifencei", "arch32zicond", "arch32zba", "arch32zbb", "arch32zbs", "arch32zfh", "arch32zfaf", "wally32a", "wally32priv", "wally32periph"] # "arch32zbc", "arch32zfad", #tests32gc = ["arch32f", "arch32d", "arch32f_fma", "arch32d_fma", "arch32i", "arch32priv", "arch32c", "arch32m", "arch32a", "arch32zifencei", "arch32zba", "arch32zbb", "arch32zbc", "arch32zbs", "arch32zicboz", "arch32zcb", "wally32a", "wally32priv", "wally32periph"] for test in tests32gc: tc = TestCase( @@ -124,16 +124,16 @@ 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 < {} -c <