You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.EF_UART/hdl/rtl/bus_wrappers/EF_UART_AHBL.pp.v
Lines 170 to 175 in 7e876d9
The text was updated successfully, but these errors were encountered: