fix ALU test by setting 'soc' filter to filter out addex
authorJacob Lifshay <programmerjake@gmail.com>
Mon, 11 Sep 2023 20:27:43 +0000 (13:27 -0700)
committerJacob Lifshay <programmerjake@gmail.com>
Mon, 11 Sep 2023 20:27:43 +0000 (13:27 -0700)
src/soc/fu/alu/test/test_pipe_caller.py

index 9bbe2450071af9fd0d0c54b51726d01c59f679b9..512e379406dd77c26f6682c7f7146fb8e299444b 100644 (file)
@@ -111,7 +111,7 @@ class TestRunner(unittest.TestCase):
             yield Settle()
 
     def test_it(self):
-        test_data = ALUTestCase().test_data
+        test_data = ALUTestCase({'soc'}).test_data
         m = Module()
         comb = m.d.comb
         instruction = Signal(32)