From 857b74f3d545bfa265cb7318f9f3c30bbe16b457 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Wed, 21 Aug 2019 09:40:22 +0100 Subject: [PATCH] syntax error --- src/ieee754/part_mul_add/multiply.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}]") -- 2.30.2