From 96f364307163dd0e9751301bcb55eb5c0a55910b Mon Sep 17 00:00:00 2001 From: Jordan Carlin Date: Wed, 19 Mar 2025 14:19:54 -0700 Subject: [PATCH] remove wally32periph from rv32imc regression --- bin/regression-wally | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/regression-wally b/bin/regression-wally index 0ecfcfced..a73dde4d7 100755 --- a/bin/regression-wally +++ b/bin/regression-wally @@ -42,7 +42,7 @@ testfloatsim = "questa" # change to Verilator when Issue #707 about testfloat standard_tests = [ ["rv32e", ["arch32e"]], ["rv32i", ["arch32i"]], - ["rv32imc", ["arch32i", "arch32c", "arch32m", "wally32periph"]], + ["rv32imc", ["arch32i", "arch32c", "arch32m"]], # add when issue #1321 is fixed: "wally32periph" ["rv32gc", ["arch32f", "arch32d", "arch32f_fma", "arch32d_fma", "arch32f_divsqrt", "arch32d_divsqrt", "arch32i", "arch32priv", "arch32c", "arch32m", "arch32a_amo", "arch32zifencei", "arch32zicond", "arch32zba", "arch32zbb", "arch32zbc", "arch32zbs", "arch32zfh", "arch32zfh_fma",