projects
/
ieee754fpu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
abbf0e6
)
update comment
author
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Mon, 8 Apr 2019 13:30:47 +0000
(14:30 +0100)
committer
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Mon, 8 Apr 2019 13:30:47 +0000
(14:30 +0100)
src/add/singlepipe.py
patch
|
blob
|
history
diff --git
a/src/add/singlepipe.py
b/src/add/singlepipe.py
index ef3137f3efeb780ee621fd542f41221a424eeec5..bd0d6edab2bd01efd6ea69fb87c292c43f2197bd 100644
(file)
--- 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