From: Luke Kenneth Casson Leighton Date: Wed, 31 Jul 2019 22:54:28 +0000 (+0100) Subject: whitespace X-Git-Tag: ls180-24jan2020~590 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4e4a366a82435a81e42adb433cf8248047219476;p=ieee754fpu.git whitespace --- diff --git a/src/ieee754/fcvt/upsize.py b/src/ieee754/fcvt/upsize.py index 538db495..b464c230 100644 --- a/src/ieee754/fcvt/upsize.py +++ b/src/ieee754/fcvt/upsize.py @@ -58,7 +58,6 @@ class FPCVTUpConvertMod(PipeModBase): comb += self.o.z.m[ms:].eq(a1.m) comb += self.o.z.create(a1.s, a1.e, self.o.z.m) # ... here - # special cases active (except tiny-number normalisation, below) comb += self.o.out_do_z.eq(1)