update comments
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Wed, 27 Mar 2019 08:49:10 +0000 (08:49 +0000)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Wed, 27 Mar 2019 08:49:10 +0000 (08:49 +0000)
src/add/example_buf_pipe.py

index 6db46ad9fe966d0b68d998887427f5e9005b5ead..33551239c5068754903b7b131585343e9cf777de 100644 (file)
@@ -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.