From 6bff1a997f3846872cf489c24b5c01426c4dc97c Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Tue, 30 Apr 2019 23:37:23 +0100 Subject: [PATCH] update comments --- 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 f2632d27..68b62e43 100644 --- a/src/add/singlepipe.py +++ b/src/add/singlepipe.py @@ -793,7 +793,7 @@ class FIFOControl(ControlBase): if self.fwft: m.d.comb += connections[:2] # combinatorial on next ready/valid else: - m.d.sync += connections[:2] # unbuffered fwft mode needs sync + m.d.sync += connections[:2] # non-fwft mode needs sync data_o = connections[2] # get the data data_o = self._postprocess(data_o) # XXX TBD, does nothing right now m.d.comb += data_o -- 2.30.2