clarify ascii-art
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Mon, 8 Apr 2019 09:05:40 +0000 (10:05 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Mon, 8 Apr 2019 09:05:40 +0000 (10:05 +0100)
src/add/singlepipe.py

index 0efa44109dcb3871452121df8be385ddce9e0df2..b3266ddd77b15c7c3c0ffc37ae2387158210120d 100644 (file)
@@ -782,11 +782,8 @@ class UnbufferedPipeline2(ControlBase):
         stage-1   p.i_valid >>in   stage   n.o_valid out>>   stage+1
         stage-1   p.o_ready <<out  stage   n.i_ready <<in    stage+1
         stage-1   p.i_data  >>in   stage   n.o_data  out>>   stage+1
-                              |             |
-                            r_data        result
-                              |             |
-                              +--process ->-+
-
+                              |             |    |
+                              +- process-> buf <-+
         Attributes:
         -----------
         p.i_data : StageInput, shaped according to ispec