update comments
[ieee754fpu.git] / 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.