From: Luke Kenneth Casson Leighton Date: Fri, 21 Jan 2022 19:26:07 +0000 (+0000) Subject: skip ilang data in branch test_pipe_caller.py X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=87b8f502781bf88f9bac192a68f0e8803532f827;p=soc.git skip ilang data in branch test_pipe_caller.py --- diff --git a/src/soc/fu/branch/test/test_pipe_caller.py b/src/soc/fu/branch/test/test_pipe_caller.py index 01da3ca8..611ca983 100644 --- a/src/soc/fu/branch/test/test_pipe_caller.py +++ b/src/soc/fu/branch/test/test_pipe_caller.py @@ -59,7 +59,8 @@ class BranchAllCases(BranchTestCase): class TestRunner(unittest.TestCase): def test_it(self): - test_data = BranchAllCases().test_data + test_data = BranchTestCase().test_data + print ("test data", test_data) m = Module() comb = m.d.comb instruction = Signal(32)