From: Jacob Lifshay Date: Mon, 11 Sep 2023 20:28:46 +0000 (-0700) Subject: set 'soc' filter to filter out v3.1 insns X-Git-Url: https://git.libre-soc.org/?p=soc.git;a=commitdiff_plain;h=6d01b02ea22922305de419c72582d2ce00fa0eec set 'soc' filter to filter out v3.1 insns --- 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)