projects
/
ieee754fpu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6f89c9b
)
update comments
author
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Wed, 27 Mar 2019 08:49:10 +0000
(08:49 +0000)
committer
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Wed, 27 Mar 2019 08:49:10 +0000
(08:49 +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 6db46ad9fe966d0b68d998887427f5e9005b5ead..33551239c5068754903b7b131585343e9cf777de 100644
(file)
--- a/
src/add/example_buf_pipe.py
+++ b/
src/add/example_buf_pipe.py
@@
-339,7
+339,9
@@
class ControlBase:
out---in out--in out---in
Also takes care of allocating i_data/o_data, by looking up
- the data spec for each end of the pipechain.
+ the data spec for each end of the pipechain. i.e It is NOT
+ necessary to allocate self.p.i_data or self.n.o_data manually:
+ this is handled AUTOMATICALLY, here.
Basically this function is the direct equivalent of StageChain,
except that unlike StageChain, the Pipeline logic is followed.