X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Fieee754%2Ffpcommon%2Froundz.py;h=ceec0c463a51d5e622f92a2f4643974b695f2e8a;hb=1464aba03659adec485de985b4b3ebcfc02ba487;hp=a0b568689433b54b90adfc3d8d9ceb7effbb37bd;hpb=77e63a44e030e99cca7735afcb48584b79a50557;p=ieee754fpu.git diff --git a/src/ieee754/fpcommon/roundz.py b/src/ieee754/fpcommon/roundz.py index a0b56868..ceec0c46 100644 --- a/src/ieee754/fpcommon/roundz.py +++ b/src/ieee754/fpcommon/roundz.py @@ -16,7 +16,7 @@ class FPRoundData: def __init__(self, width, pspec): self.z = FPNumBaseRecord(width, False) self.ctx = FPBaseData(width, pspec) - self.mid = self.ctx.mid + self.muxid = self.ctx.muxid # pipeline bypass [data comes from specialcases] self.out_do_z = Signal(reset_less=True) self.oz = Signal(width, reset_less=True)