projects
/
ieee754fpu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0c6b84f
)
spelling correction
author
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Wed, 10 Apr 2019 06:34:01 +0000
(07:34 +0100)
committer
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Wed, 10 Apr 2019 06:34:01 +0000
(07:34 +0100)
src/add/singlepipe.py
patch
|
blob
|
history
diff --git
a/src/add/singlepipe.py
b/src/add/singlepipe.py
index ab9b71825fac5d92457ca78857b17b09853de4f8..d7aee14d2dd3f4442def4c8449ee47dbc2539293 100644
(file)
--- a/
src/add/singlepipe.py
+++ b/
src/add/singlepipe.py
@@
-946,7
+946,7
@@
class FIFOtest(ControlBase):
# next: make the FIFO "look" like a NextControl...
fn = NextControl()
fn.o_valid = fifo.readable
- fn.i_ready = fifo.
e
e
+ fn.i_ready = fifo.
r
e
fn.o_data = fifo.dout
# ... so we can do this!
m.d.comb += fn._connect_out(self)