X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Fieee754%2Fpart_mul_add%2Fadder.py;fp=src%2Fieee754%2Fpart_mul_add%2Fadder.py;h=e1849b4d25fc5ec4fc4473cc02b32f49dd5912b2;hb=d6f10932ff7604a147ab6c02ee19813393caddd2;hp=c02883c97b8dd9cd66532e26001335792e27aee4;hpb=64515a3bed4143c1a78311b352f284ce35deac85;p=ieee754fpu.git diff --git a/src/ieee754/part_mul_add/adder.py b/src/ieee754/part_mul_add/adder.py index c02883c9..e1849b4d 100644 --- a/src/ieee754/part_mul_add/adder.py +++ b/src/ieee754/part_mul_add/adder.py @@ -268,6 +268,6 @@ class PartitionedAdder(Elaboratable): # in [the LSB of each partition]. comb += ripple.results_in.eq(carry_tmp) comb += ripple.gates.eq(self.part_pts.as_sig()) - comb += self.carry_out.eq(ripple.output) + m.d.sync += self.carry_out.eq(ripple.output) return m