From ad09edd17d87d419a5ff4fd289eba5f4390570e2 Mon Sep 17 00:00:00 2001 From: Jordan Carlin Date: Sun, 29 Sep 2024 00:37:26 -0700 Subject: [PATCH] Remove remaining ieee testcase --- bin/regression-wally | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bin/regression-wally b/bin/regression-wally index d3cbd0b41..c6c8ab523 100755 --- a/bin/regression-wally +++ b/bin/regression-wally @@ -438,13 +438,12 @@ if (args.testfloat): # for testfloat alone, just run testfloat tests if (args.testfloat or args.nightly): # for nightly, run testfloat along with others testfloatsim = "questa" # change to Verilator when Issue #707 about testfloat not running Verilator is resolved testfloatconfigs = ["fdqh_rv64gc", "fdq_rv64gc", "fdh_rv64gc", "fd_rv64gc", "fh_rv64gc", "f_rv64gc", "fdqh_rv32gc", "f_rv32gc"] - testfloatconfigs.append("fdqh_ieee_rv64gc") # run IEEE tests for single config for config in testfloatconfigs: tests = ["div", "sqrt", "add", "sub", "mul", "cvtint", "cvtfp", "fma", "cmp"] if ("f_" in config): tests.remove("cvtfp") for test in tests: - sim_log = WALLY + "/sim/" + testfloatsim + "/logs/"+config+"_"+test+".log" + sim_log = WALLY + "/sim/" + testfloatsim + "/logs/"+config+"_"+test+".log" tc = TestCase( name=test, variant=config,