projects
/
ieee754fpu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
da8c2ff
)
whitespace
author
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Mon, 25 Mar 2019 08:04:32 +0000
(08:04 +0000)
committer
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Mon, 25 Mar 2019 08:04:32 +0000
(08:04 +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 1bf6370f84776ba9b37cd20adcc68b196256df50..0da21c7b67443aad15ca655d85f54e6ad3cf9c0f 100644
(file)
--- a/
src/add/example_buf_pipe.py
+++ b/
src/add/example_buf_pipe.py
@@
-337,8
+337,8
@@
class BufferedPipeline(PipelineBase):
on the next cycle (as long as stall is not raised again) the
input may begin to be processed and transferred directly to output.
-
"""
+
def __init__(self, stage, n_len=1, p_len=1, p_mux=None, n_mux=None):
""" set up a BufferedPipeline (multi-input, multi-output)
NOTE: n_len > 1 and p_len > 1 is NOT supported