Skip to content

Commit 96f3643

Browse files
committed
remove wally32periph from rv32imc regression
1 parent 6e42e9e commit 96f3643

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/regression-wally

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ testfloatsim = "questa" # change to Verilator when Issue #707 about testfloat
4242
standard_tests = [
4343
["rv32e", ["arch32e"]],
4444
["rv32i", ["arch32i"]],
45-
["rv32imc", ["arch32i", "arch32c", "arch32m", "wally32periph"]],
45+
["rv32imc", ["arch32i", "arch32c", "arch32m"]], # add when issue #1321 is fixed: "wally32periph"
4646
["rv32gc", ["arch32f", "arch32d", "arch32f_fma", "arch32d_fma", "arch32f_divsqrt", "arch32d_divsqrt",
4747
"arch32i", "arch32priv", "arch32c", "arch32m", "arch32a_amo", "arch32zifencei", "arch32zicond",
4848
"arch32zba", "arch32zbb", "arch32zbc", "arch32zbs", "arch32zfh", "arch32zfh_fma",

0 commit comments

Comments
 (0)