diff --git a/pipelined/regression/regression-wally b/pipelined/regression/regression-wally index 20519bbb8..431b297f5 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 <