From 72c3bef7a9d2fcf23e29ba7ae3a8a12103688bf1 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Wed, 27 Mar 2019 08:49:10 +0000 Subject: [PATCH] update comments --- src/add/example_buf_pipe.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/add/example_buf_pipe.py b/src/add/example_buf_pipe.py index 6db46ad9..33551239 100644 --- 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. -- 2.30.2