From: Luke Kenneth Casson Leighton Date: Thu, 1 Aug 2019 01:25:37 +0000 (+0100) Subject: comment; remove unneeded code X-Git-Tag: ls180-24jan2020~573 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=505e73d3ecae0c79861ceb43eb2973ad601c76eb;p=ieee754fpu.git comment; remove unneeded code --- diff --git a/src/ieee754/fcvt/pipeline.py b/src/ieee754/fcvt/pipeline.py index a7b01f70..2cc0b087 100644 --- a/src/ieee754/fcvt/pipeline.py +++ b/src/ieee754/fcvt/pipeline.py @@ -49,9 +49,10 @@ class FPCVTConvertDeNorm(DynamicPipe): sc = modkls(in_pspec, out_pspec) in_pspec.stage = sc super().__init__(in_pspec) - self.out = self.ospec(None) +# this one is slightly weird-looking because of course the INT output +# is, duh, an INT, so of course does not get "FP normalised". class FPCVTFtoIntBasePipe(ControlBase): def __init__(self, modkls, e_extra, in_pspec, out_pspec): ControlBase.__init__(self)