whitespace
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Wed, 29 Jul 2020 10:42:05 +0000 (11:42 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Wed, 29 Jul 2020 10:42:05 +0000 (11:42 +0100)
src/soc/fu/div/test/helper.py

index 38a41c91736e3d2922b2665c5f2fa7d0ebd5d583..f21ce7fdf062832f1fd25ac52a7f8d296c18bca4 100644 (file)
@@ -197,7 +197,8 @@ class DivTestHelper(unittest.TestCase):
             for test in test_data:
                 print(test.name)
                 with self.subTest(test.name):
-                    yield from self.execute(alu, instruction, pdecode2, test, div_pipe_kind)
+                    yield from self.execute(alu, instruction, pdecode2,
+                                            test, div_pipe_kind)
 
         sim.add_sync_process(process)
         with sim.write_vcd(f"{file_name_prefix}_{div_pipe_kind.name}.vcd"):