use denorm exponent signal
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Thu, 28 Feb 2019 02:48:45 +0000 (02:48 +0000)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Thu, 28 Feb 2019 02:48:45 +0000 (02:48 +0000)
src/add/fpbase.py

index 8b1259c28e860594fdea18d5e44f96accd0a128e..db61e190336f63747fd7d239d46fb28d4004f650 100644 (file)
@@ -426,7 +426,7 @@ class FPBase:
             both cases *effectively multiply the number stored by 2*,
             which has to be taken into account when extracting the result.
         """
-        with m.If(a.e == a.N127):
+        with m.If(a.exp_n127):
             m.d.sync += a.e.eq(a.N126) # limit a exponent
         with m.Else():
             m.d.sync += a.m[-1].eq(1) # set top mantissa bit