From 3151ed061906979722138c2ddb140237e02f70e7 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Mon, 8 Apr 2019 10:05:40 +0100 Subject: [PATCH] clarify ascii-art --- src/add/singlepipe.py | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/src/add/singlepipe.py b/src/add/singlepipe.py index 0efa4410..b3266ddd 100644 --- a/src/add/singlepipe.py +++ b/src/add/singlepipe.py @@ -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 <>in stage n.o_data out>> stage+1 - | | - r_data result - | | - +--process ->-+ - + | | | + +- process-> buf <-+ Attributes: ----------- p.i_data : StageInput, shaped according to ispec -- 2.30.2