whitespace
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Fri, 17 Jul 2020 12:15:32 +0000 (13:15 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Fri, 17 Jul 2020 12:15:32 +0000 (13:15 +0100)
src/soc/fu/div/test/test_pipe_caller.py

index 851e015aa9df7ac2f88afdf4d7e1c02dc0e2ab20..2776be5024e805e78e31d9dde6b6c8b13eba9e9b 100644 (file)
@@ -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)