From 1f6b05b5ccbcb80783ea766bc3fe8ed1d843e4b9 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Fri, 17 Jul 2020 13:15:32 +0100 Subject: [PATCH] whitespace --- src/soc/fu/div/test/test_pipe_caller.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) -- 2.30.2