CONSTANTc_wr_fifo_depth:NATURAL:=g_wr_fifo_depth*(c_ctlr_data_w/g_wr_data_w);-- Multiply fifo depth by the fifo's rd/wr width ratio to get write side depth
CONSTANTc_wr_fifo_depth:NATURAL:=g_wr_fifo_depth*(c_ctlr_data_w/g_wr_data_w);-- Multiply fifo depth by the fifo's rd/wr width ratio to get write side depth
CONSTANTc_ddr_ctrl_nof_latent_reads:NATURAL:=100;-- Due to having a command cue, even after de-asserting read requests, the PHY keeps processing the cued read requests.
CONSTANTc_ddr_ctlr_nof_latent_reads:NATURAL:=100;-- Due to having a command cue, even after de-asserting read requests, the PHY keeps processing the cued read requests.
-- This makes sure 100 words are still available in the read FIFO after it de-asserted its siso.ready signal towards the ddr3 read side.
-- This makes sure 100 words are still available in the read FIFO after it de-asserted its siso.ready signal towards the ddr3 read side.