spelling correction
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Wed, 10 Apr 2019 06:34:01 +0000 (07:34 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Wed, 10 Apr 2019 06:34:01 +0000 (07:34 +0100)
src/add/singlepipe.py

index ab9b71825fac5d92457ca78857b17b09853de4f8..d7aee14d2dd3f4442def4c8449ee47dbc2539293 100644 (file)
@@ -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)