From: Luke Kenneth Casson Leighton Date: Mon, 8 Apr 2019 13:30:47 +0000 (+0100) Subject: update comment X-Git-Tag: ls180-24jan2020~1272 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0687ae6841b054c164cfce8e7fa8a76b5a21caee;p=ieee754fpu.git update comment --- diff --git a/src/add/singlepipe.py b/src/add/singlepipe.py index ef3137f3..bd0d6eda 100644 --- a/src/add/singlepipe.py +++ b/src/add/singlepipe.py @@ -638,7 +638,7 @@ class BufferedHandshake(ControlBase): self.m.d.sync += [self.n.o_valid.eq(p_i_valid), # valid if p_valid eq(self.n.o_data, result), # update output ] - # buffer flush conditions (NOTE: n.o_valid override data passthru) + # buffer flush conditions (NOTE: can override data passthru conditions) with self.m.If(nir_por_n): # not stalled # Flush the [already processed] buffer to the output port. self.m.d.sync += [self.n.o_valid.eq(1), # reg empty