From 29f015810b6683322c98f60757ffca739d4d9b24 Mon Sep 17 00:00:00 2001 From: David Harris Date: Wed, 7 Sep 2022 09:37:59 -0700 Subject: [PATCH] Added rv32i config for regression of wally32periph --- pipelined/regression/regression-wally | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/pipelined/regression/regression-wally b/pipelined/regression/regression-wally index 20519bbb..431b297f 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, @@ -91,6 +91,16 @@ for test in tests32ic: grepstr="All tests ran without failures") configs.append(tc) +tests32i = ["wally32periph"] +for test in tests32i: + tc = TestCase( + name=test, + variant="rv32i", + cmd="vsim > {} -c <