From 6d01b02ea22922305de419c72582d2ce00fa0eec Mon Sep 17 00:00:00 2001 From: Jacob Lifshay Date: Mon, 11 Sep 2023 13:28:46 -0700 Subject: [PATCH] set 'soc' filter to filter out v3.1 insns --- src/soc/fu/logical/test/test_pipe_caller.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/soc/fu/logical/test/test_pipe_caller.py b/src/soc/fu/logical/test/test_pipe_caller.py index 5df6effc..8e7c67e8 100644 --- a/src/soc/fu/logical/test/test_pipe_caller.py +++ b/src/soc/fu/logical/test/test_pipe_caller.py @@ -109,7 +109,7 @@ class TestRunner(unittest.TestCase): def test_it(self): test_data = LogicalIlangCase().test_data + \ - LogicalTestCase().test_data + LogicalTestCase({'soc'}).test_data m = Module() comb = m.d.comb instruction = Signal(32) -- 2.30.2