From: Luke Kenneth Casson Leighton Date: Wed, 10 Apr 2019 06:34:01 +0000 (+0100) Subject: spelling correction X-Git-Tag: ls180-24jan2020~1269 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=fb8d2e66c4b263207d9990bdc542c46d6b37d48e;p=ieee754fpu.git spelling correction --- diff --git a/src/add/singlepipe.py b/src/add/singlepipe.py index ab9b7182..d7aee14d 100644 --- a/src/add/singlepipe.py +++ b/src/add/singlepipe.py @@ -946,7 +946,7 @@ class FIFOtest(ControlBase): # next: make the FIFO "look" like a NextControl... fn = NextControl() fn.o_valid = fifo.readable - fn.i_ready = fifo.ee + fn.i_ready = fifo.re fn.o_data = fifo.dout # ... so we can do this! m.d.comb += fn._connect_out(self)