Open M0stafaRady opened 1 month ago
Since reading from the fifo is dependent on the value of last_HTRANS, if the of last_HTRANS didn't get updated because HREADY is deasserted the fifo would keep popping values until HREADY is asserted. The dependency over HREADY should be removed somehow. https://github.com/efabless/EF_UART/blob/7e876d95a8b75dca1e847505fa344e425215829b/hdl/rtl/bus_wrappers/EF_UART_AHBL.pp.v#L170-L175
last_HTRANS
HREADY
Since reading from the fifo is dependent on the value of
last_HTRANS
, if the oflast_HTRANS
didn't get updated becauseHREADY
is deasserted the fifo would keep popping values untilHREADY
is asserted. The dependency overHREADY
should be removed somehow. https://github.com/efabless/EF_UART/blob/7e876d95a8b75dca1e847505fa344e425215829b/hdl/rtl/bus_wrappers/EF_UART_AHBL.pp.v#L170-L175