psi_common icon indicating copy to clipboard operation
psi_common copied to clipboard

psi_common_axi_slave_ipif reads wrong data if RReady is not constantly high

Open obruendl opened this issue 8 months ago • 0 comments

When RReady toggles instead of being constantly high, backpressure is not handled correctly and wrong data is returned.

This is a conceptual problem. To correctly handle backpressure, a FIFO on the read-path would be required to buffer read-data in case of RReady going low until RReady goes up again.

obruendl avatar May 27 '24 11:05 obruendl