From: Luke Kenneth Casson Leighton Date: Fri, 17 Jul 2020 12:15:32 +0000 (+0100) Subject: whitespace X-Git-Tag: semi_working_ecp5~706 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1f6b05b5ccbcb80783ea766bc3fe8ed1d843e4b9;p=soc.git whitespace --- diff --git a/src/soc/fu/div/test/test_pipe_caller.py b/src/soc/fu/div/test/test_pipe_caller.py index 851e015a..2776be50 100644 --- a/src/soc/fu/div/test/test_pipe_caller.py +++ b/src/soc/fu/div/test/test_pipe_caller.py @@ -221,7 +221,8 @@ class TestRunner(FHDLTestCase): m.submodules.pdecode2 = pdecode2 = PowerDecode2(pdecode) - # TODO(programmerjake): thread div_pipe_kind through somehow to allow testing other cases + # TODO(programmerjake): thread div_pipe_kind through somehow to allow + # testing other cases pspec = DivPipeSpec(id_wid=2, div_pipe_kind=DivPipeKind.SimOnly) m.submodules.alu = alu = DivBasePipe(pspec)