From: Luke Kenneth Casson Leighton Date: Wed, 29 Jul 2020 10:42:05 +0000 (+0100) Subject: whitespace X-Git-Tag: semi_working_ecp5~498 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3b9cc660d0440eee336fc4372a0f456df76199ef;p=soc.git whitespace --- diff --git a/src/soc/fu/div/test/helper.py b/src/soc/fu/div/test/helper.py index 38a41c91..f21ce7fd 100644 --- a/src/soc/fu/div/test/helper.py +++ b/src/soc/fu/div/test/helper.py @@ -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"):