From: Luke Kenneth Casson Leighton Date: Mon, 26 Aug 2019 09:00:19 +0000 (+0100) Subject: remove unneeded variables X-Git-Tag: ls180-24jan2020~367 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1733aa341724284d12ed957665a5f4bdc425209c;p=ieee754fpu.git remove unneeded variables --- diff --git a/src/ieee754/part_mul_add/multiply.py b/src/ieee754/part_mul_add/multiply.py index 41506f69..9c1a12d8 100644 --- a/src/ieee754/part_mul_add/multiply.py +++ b/src/ieee754/part_mul_add/multiply.py @@ -1380,9 +1380,7 @@ class Mul8_16_32_64(Elaboratable): part_pts = self.part_pts - n_parts = self.pspec.n_parts n_inputs = 64 + 4 - output_width = self.pspec.width * 2 t = AllTerms(self.pspec, n_inputs) t.setup(m, self.i)