From: Luke Kenneth Casson Leighton Date: Mon, 18 Feb 2019 18:22:50 +0000 (+0000) Subject: diff on div and mul shows corrections stage missed out X-Git-Tag: ls180-24jan2020~1892 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ec4eb0b3ffee9239d043e1ad2f8c34475670abcb;p=ieee754fpu.git diff on div and mul shows corrections stage missed out --- diff --git a/src/add/fmul.py b/src/add/fmul.py index 73da3e4c..c5e3f9d2 100644 --- a/src/add/fmul.py +++ b/src/add/fmul.py @@ -129,6 +129,12 @@ class FPMUL(FPBase): with m.State("round"): self.roundz(m, z, of, "corrections") + # ****** + # correction stage + + with m.State("corrections"): + self.corrections(m, z, "pack") + # ****** # pack stage with m.State("pack"):