From: Luke Kenneth Casson Leighton Date: Mon, 27 Sep 2021 18:28:57 +0000 (+0100) Subject: whitespace X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=54336a84f9de461ec14d5c2d1de39dc7f6caec42;p=ieee754fpu.git whitespace --- 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"