diff --git a/artiq/gateware/drtio/rt_controller.py b/artiq/gateware/drtio/rt_controller.py index dd3f7de61..6e29b2ab0 100644 --- a/artiq/gateware/drtio/rt_controller.py +++ b/artiq/gateware/drtio/rt_controller.py @@ -169,6 +169,7 @@ class RTController(Module): status_wait.eq(1), rt_packets_fifo_request.eq(1), rt_packets.write_stb.eq(1), + rt_packets.fifo_space_not_ack.eq(1), If(rt_packets.write_ack, NextState("GET_FIFO_SPACE_REPLY") )