comb += missing
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sat, 25 Jul 2020 15:57:18 +0000 (16:57 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sat, 25 Jul 2020 15:57:18 +0000 (16:57 +0100)
src/soc/fu/div/output_stage.py

index 0fc31c391414b89228d62b3300f4217e9f69774f..c20097a9e1ef1a152cf3536b313d92a1074284cf 100644 (file)
@@ -68,7 +68,7 @@ class DivOutputStage(PipeModBase):
         ]
 
         # calculate overflow
-        self.o.xer_ov.ok.eq(1)
+        comb += self.o.xer_ov.ok.eq(1)
         xer_ov = self.o.xer_ov.data
 
         # see test_6_regression in div test_pipe_caller.py