From: Luke Kenneth Casson Leighton Date: Wed, 27 Mar 2019 12:30:35 +0000 (+0000) Subject: add comment that i_data and o_data have to be added by user X-Git-Tag: ls180-24jan2020~1472 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7df87057a1b8784f58dcf5863f7fad223d79c5cf;p=ieee754fpu.git add comment that i_data and o_data have to be added by user --- diff --git a/src/add/singlepipe.py b/src/add/singlepipe.py index 85cab6c7..ff7f3ef3 100644 --- a/src/add/singlepipe.py +++ b/src/add/singlepipe.py @@ -170,6 +170,7 @@ class PrevControl: def __init__(self, i_width=1): self.i_valid = Signal(i_width, name="p_i_valid") # prev >>in self self.o_ready = Signal(name="p_o_ready") # prev <> next self.i_ready = Signal(name="n_i_ready") # self <