whitespace
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Mon, 25 Mar 2019 08:04:32 +0000 (08:04 +0000)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Mon, 25 Mar 2019 08:04:32 +0000 (08:04 +0000)
src/add/example_buf_pipe.py

index 1bf6370f84776ba9b37cd20adcc68b196256df50..0da21c7b67443aad15ca655d85f54e6ad3cf9c0f 100644 (file)
@@ -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