From 9c8bb4f66c35269e0ffdfa60f91f54e709d9484f Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Wed, 3 Jun 2020 13:40:07 +0100 Subject: [PATCH] whitespace --- src/soc/fu/branch/test/test_pipe_caller.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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) -- 2.30.2