From: Luke Kenneth Casson Leighton Date: Sat, 25 Jul 2020 15:57:18 +0000 (+0100) Subject: comb += missing X-Git-Tag: semi_working_ecp5~543 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3bea576a5e952a4c2b5f839164c88f96c56ee6bb;p=soc.git comb += missing --- diff --git a/src/soc/fu/div/output_stage.py b/src/soc/fu/div/output_stage.py index 0fc31c39..c20097a9 100644 --- a/src/soc/fu/div/output_stage.py +++ b/src/soc/fu/div/output_stage.py @@ -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