projects
/
ieee754fpu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a58c598
)
add comment about ports needing flattening
author
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Tue, 19 Mar 2019 05:57:16 +0000
(
05:57
+0000)
committer
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Tue, 19 Mar 2019 05:57:16 +0000
(
05:57
+0000)
src/add/example_buf_pipe.py
patch
|
blob
|
history
diff --git
a/src/add/example_buf_pipe.py
b/src/add/example_buf_pipe.py
index 52568b5a0621ea1e440289697a8a38ae5be2380b..037d35db30070c4d0133ff1358f7bbd40863ee70 100644
(file)
--- a/
src/add/example_buf_pipe.py
+++ b/
src/add/example_buf_pipe.py
@@
-156,7
+156,7
@@
class PipelineBase:
def ports(self):
return [self.p.i_valid, self.n.i_ready,
self.n.o_valid, self.p.o_ready,
- self.p.i_data, self.n.o_data
+ self.p.i_data, self.n.o_data
# XXX need flattening!
]