From: Luke Kenneth Casson Leighton Date: Mon, 25 Mar 2019 08:04:32 +0000 (+0000) Subject: whitespace X-Git-Tag: ls180-24jan2020~1502 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d3eee99859634e92ef424343e18df50d045341f4;p=ieee754fpu.git whitespace --- diff --git a/src/add/example_buf_pipe.py b/src/add/example_buf_pipe.py index 1bf6370f..0da21c7b 100644 --- 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