of.guard, of.round, of.sticky - of is a class with members "guard, round etc"
[ieee754fpu.git] / src / add / fmul.py
index e98b943d4ecded3cb462a3b6114fadb3c0515da8..1e507a041202d24c96c9c806d045372af8ccb728 100644 (file)
@@ -106,9 +106,9 @@ class FPMUL(FPBase):
                 m.next = "normalise_1"
                 m.d.sync += [
                 z.m.eq(product[26:50]),
-                guard.eq(product[25]),
-                round_bit.eq(product[24]),
-                sticky.eq(product[0:23] != 0)
+                of.guard.eq(product[25]),
+                of.round_bit.eq(product[24]),
+                of.sticky.eq(product[0:23] != 0)
             ]
 
             # ******