From d3eee99859634e92ef424343e18df50d045341f4 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Mon, 25 Mar 2019 08:04:32 +0000 Subject: [PATCH] whitespace --- src/add/example_buf_pipe.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2