From d7a9b0e2f5e3b3ca889559985274ad3e62722121 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Mon, 1 Jun 2020 01:52:50 +0100 Subject: [PATCH] remove unneeded code --- src/soc/fu/cr/test/test_pipe_caller.py | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/soc/fu/cr/test/test_pipe_caller.py b/src/soc/fu/cr/test/test_pipe_caller.py index 0575357a..e0d529b2 100644 --- a/src/soc/fu/cr/test/test_pipe_caller.py +++ b/src/soc/fu/cr/test/test_pipe_caller.py @@ -265,13 +265,6 @@ class TestRunner(FHDLTestCase): traces=[]): sim.run() - def check_extra_alu_outputs(self, alu, dec2, sim): - rc = yield dec2.e.rc.data - if rc: - cr_expected = sim.crl[0].get_range().value - cr_actual = yield alu.n.data_o.cr0 - self.assertEqual(cr_expected, cr_actual) - if __name__ == "__main__": unittest.main(exit=False) -- 2.30.2