From 391811bcda4c920d4dc9e0c40b9db3a7b5c41985 Mon Sep 17 00:00:00 2001 From: Yilou Wang Date: Tue, 7 Jul 2026 16:54:50 +0200 Subject: [PATCH] fix ci warning test --- test_regress/t/t_property_disable_iff_counter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_regress/t/t_property_disable_iff_counter.py b/test_regress/t/t_property_disable_iff_counter.py index 36fbd6160..941ecc46f 100755 --- a/test_regress/t/t_property_disable_iff_counter.py +++ b/test_regress/t/t_property_disable_iff_counter.py @@ -13,7 +13,7 @@ test.scenarios('simulator') test.sim_time = 16000 -test.compile(timing_loop=True, verilator_flags2=['--assert', '--timing']) +test.compile(timing_loop=True, verilator_flags2=['--assert', '--timing', '-Wno-UNOPTTHREADS']) test.execute()