whitespace
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Mon, 27 Sep 2021 18:28:57 +0000 (19:28 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Mon, 27 Sep 2021 18:28:57 +0000 (19:28 +0100)
src/ieee754/part_mux/part_mux.py

index ecc6b2c5161fb0667771b100c368aae1ee36c9e6..30d344c1569b513948bac414bd18a3375d49723a 100644 (file)
@@ -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"