From 39fbf1e7977d63d37eb625eed2cd80c3d25b8598 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 a11679c2b..49c92af95 100755 --- a/sim/regression-wally +++ b/sim/regression-wally @@ -383,6 +383,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",