From: Luke Kenneth Casson Leighton Date: Mon, 11 Oct 2021 10:26:20 +0000 (+0100) Subject: whitespace X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3289d746a3612cfefcaa60408ba41af4bb65e696;p=ieee754fpu.git whitespace --- diff --git a/src/ieee754/part/partsig.py b/src/ieee754/part/partsig.py index bbad0893..ca2b90f1 100644 --- a/src/ieee754/part/partsig.py +++ b/src/ieee754/part/partsig.py @@ -48,6 +48,7 @@ def applyop(op1, op2, op): result.m.d.comb += result.sig.eq(op(getsig(op1), getsig(op2))) return result + global modnames modnames = {} # for sub-modules to be created on-demand. Mux is done slightly