From 54336a84f9de461ec14d5c2d1de39dc7f6caec42 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Mon, 27 Sep 2021 19:28:57 +0100 Subject: [PATCH] whitespace --- src/ieee754/part_mux/part_mux.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/ieee754/part_mux/part_mux.py b/src/ieee754/part_mux/part_mux.py index ecc6b2c5..30d344c1 100644 --- a/src/ieee754/part_mux/part_mux.py +++ b/src/ieee754/part_mux/part_mux.py @@ -17,6 +17,7 @@ from nmigen import Signal, Module, Elaboratable, Mux from ieee754.part_mul_add.partpoints import PartitionPoints from ieee754.part_mul_add.partpoints import make_partition + modcount = 0 # global for now def PMux(m, mask, sel, a, b): global modcount @@ -30,6 +31,7 @@ def PMux(m, mask, sel, a, b): setattr(m.submodules, "pmux%d" % modcount, pm) return pm.output + class PartitionedMux(Elaboratable): """PartitionedMux: Partitioned "Mux" -- 2.30.2