From: Luke Kenneth Casson Leighton Date: Mon, 17 Feb 2020 20:31:10 +0000 (+0000) Subject: comment that roundz is a property X-Git-Tag: ls180-24jan2020~142 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=280fa2cb750ff725c6138bc164bd75ba6bba7b2b;p=ieee754fpu.git comment that roundz is a property --- diff --git a/src/ieee754/fpcommon/fpbase.py b/src/ieee754/fpcommon/fpbase.py index be0277bb..8b678a00 100644 --- a/src/ieee754/fpcommon/fpbase.py +++ b/src/ieee754/fpcommon/fpbase.py @@ -921,7 +921,7 @@ class OverflowMod(Elaboratable, Overflow): def elaborate(self, platform): m = Module() - m.d.comb += self.roundz_out.eq(self.roundz) + m.d.comb += self.roundz_out.eq(self.roundz) # roundz is a property return m