From: Luke Kenneth Casson Leighton Date: Tue, 19 Mar 2019 04:15:33 +0000 (+0000) Subject: move connect_in function to PrevControl X-Git-Tag: ls180-24jan2020~1640 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=fa98ccef7769dbc0b273c1dfdf1b02252a8d50e3;p=ieee754fpu.git move connect_in function to PrevControl --- diff --git a/src/add/example_buf_pipe.py b/src/add/example_buf_pipe.py index 6d42c1cc..41138001 100644 --- a/src/add/example_buf_pipe.py +++ b/src/add/example_buf_pipe.py @@ -59,6 +59,15 @@ class PrevControl: self.i_valid = Signal(name="p_i_valid") # >>in self.o_ready = Signal(name="p_o_ready") # <