From: Luke Kenneth Casson Leighton Date: Wed, 3 Jun 2020 12:40:07 +0000 (+0100) Subject: whitespace X-Git-Tag: div_pipeline~636^2~1 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9c8bb4f66c35269e0ffdfa60f91f54e709d9484f;p=soc.git whitespace --- diff --git a/src/soc/fu/branch/test/test_pipe_caller.py b/src/soc/fu/branch/test/test_pipe_caller.py index 0403199a..924a5083 100644 --- a/src/soc/fu/branch/test/test_pipe_caller.py +++ b/src/soc/fu/branch/test/test_pipe_caller.py @@ -92,6 +92,7 @@ class BranchTestCase(FHDLTestCase): def __init__(self, name): super().__init__(name) self.test_name = name + def run_tst_program(self, prog, initial_regs=[0] * 32, initial_sprs={}, initial_cr=0): tc = TestCase(prog, initial_regs, initial_sprs, initial_cr, @@ -150,8 +151,6 @@ class BranchTestCase(FHDLTestCase): initial_sprs=initial_sprs, initial_cr=cr) - - def test_ilang(self): pspec = BranchPipeSpec(id_wid=2) alu = BranchBasePipe(pspec)