From: Luke Kenneth Casson Leighton Date: Tue, 30 Apr 2019 22:37:23 +0000 (+0100) Subject: update comments X-Git-Tag: ls180-24jan2020~1091 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6bff1a997f3846872cf489c24b5c01426c4dc97c;p=ieee754fpu.git update comments --- 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