From: Luke Kenneth Casson Leighton Date: Sun, 3 Mar 2019 10:12:51 +0000 (+0000) Subject: cleanup X-Git-Tag: ls180-24jan2020~1752 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=64a580f407733a1eda89998db5999ad6940eef4a;p=ieee754fpu.git cleanup --- diff --git a/src/add/nmigen_add_experiment.py b/src/add/nmigen_add_experiment.py index 6e259fd9..c83f4c31 100644 --- a/src/add/nmigen_add_experiment.py +++ b/src/add/nmigen_add_experiment.py @@ -614,9 +614,7 @@ class FPNorm1Mod: in_z.exp_sub_n126) m.d.comb += [ # cat round and guard bits back into the mantissa - temp_m.eq(Cat(in_of.round_bit, - in_of.guard, - in_z.m)), + temp_m.eq(Cat(in_of.round_bit, in_of.guard, in_z.m)), pe.i.eq(temp_m[::-1]), # inverted clz.eq(limclz), # count zeros from MSB down temp_s.eq(temp_m << clz), # shift mantissa UP