From: Luke Kenneth Casson Leighton Date: Wed, 27 Mar 2019 08:49:10 +0000 (+0000) Subject: update comments X-Git-Tag: ls180-24jan2020~1479 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=72c3bef7a9d2fcf23e29ba7ae3a8a12103688bf1;p=ieee754fpu.git update comments --- 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.