whitespace
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Wed, 3 Jun 2020 12:40:07 +0000 (13:40 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Wed, 3 Jun 2020 12:40:07 +0000 (13:40 +0100)
src/soc/fu/branch/test/test_pipe_caller.py

index 0403199aee1e53f632638a44325cfa5370be64ac..924a50837d62041dc744ce8f2d6c183a77885deb 100644 (file)
@@ -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)