From 0687ae6841b054c164cfce8e7fa8a76b5a21caee Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Mon, 8 Apr 2019 14:30:47 +0100 Subject: [PATCH] update comment --- src/add/singlepipe.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2