fix ALU test by setting 'soc' filter to filter out addex
[soc.git] / 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)