update comment
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Mon, 8 Apr 2019 13:30:47 +0000 (14:30 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Mon, 8 Apr 2019 13:30:47 +0000 (14:30 +0100)
src/add/singlepipe.py

index ef3137f3efeb780ee621fd542f41221a424eeec5..bd0d6edab2bd01efd6ea69fb87c292c43f2197bd 100644 (file)
@@ -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