From: Luke Kenneth Casson Leighton Date: Wed, 21 Aug 2019 08:40:22 +0000 (+0100) Subject: syntax error X-Git-Tag: ls180-24jan2020~448 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=857b74f3d545bfa265cb7318f9f3c30bbe16b457;p=ieee754fpu.git syntax error --- diff --git a/src/ieee754/part_mul_add/multiply.py b/src/ieee754/part_mul_add/multiply.py index de40a89d..a9e9c70d 100644 --- a/src/ieee754/part_mul_add/multiply.py +++ b/src/ieee754/part_mul_add/multiply.py @@ -302,7 +302,7 @@ FULL_ADDER_INPUT_COUNT = 3 class AddReduceData: - def __init__(self, ppoints, output_width, n_parts) + def __init__(self, ppoints, output_width, n_parts): self.part_ops = [Signal(2, name=f"part_ops_{i}") for i in range(n_parts)] self.inputs = [Signal(output_width, name=f"inputs[{i}]")