From 8a82137c0d2a6029a881dc96ada77a371a6cf75f Mon Sep 17 00:00:00 2001 From: Marcus Mellor Date: Mon, 11 Mar 2024 13:09:10 -0500 Subject: [PATCH] sim/regression-wally: Exclude zfh tests from soc config --- sim/regression-wally | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sim/regression-wally b/sim/regression-wally index 32e1dfb55..9ae8268e4 100755 --- a/sim/regression-wally +++ b/sim/regression-wally @@ -395,6 +395,8 @@ if (soc): configs = [] # Delete all configs, just use test64gc coverStr = '-coverage' # Include coverage report for test in tests64gc: + if 'zfh' in test: + continue # Skip zfh tests tc = TestCase( name=test, variant="rv64gc",