Forum Discussion
Altera_Forum
Honored Contributor
14 years agoburst count
Hi,everybody Will you please explain what's the "Local maximum burst count" meaning in the DDR IP Controller setttings? If I don't use the avalon-bus ,can I use the burst count function? ...
Altera_Forum
Honored Contributor
14 years agoreads_remaining:
if ((read_req | p_read_req) & local_ready) begin if (local_rdata_valid) reads_remaining <= reads_remaining + (size - 1); else reads_remaining <= reads_remaining + size; end else if ((local_rdata_valid) & (reads_remaining > 0)) reads_remaining <= reads_remaining - 1'b1; else reads_remaining <= reads_remaining;