From: Luke Kenneth Casson Leighton Date: Tue, 20 Aug 2019 09:57:54 +0000 (+0100) Subject: whitespace X-Git-Tag: ls180-24jan2020~463 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=aea903142f64ab02f0761a8c54ed8fc40c454c85;p=ieee754fpu.git whitespace --- diff --git a/src/ieee754/part_mul_add/multiply.py b/src/ieee754/part_mul_add/multiply.py index f6dc3ba1..517e6cf9 100644 --- a/src/ieee754/part_mul_add/multiply.py +++ b/src/ieee754/part_mul_add/multiply.py @@ -642,6 +642,7 @@ class ProductTerms(Elaboratable): return m + class LSBNegTerm(Elaboratable): def __init__(self, bit_width):