Forum Discussion
Altera_Forum
Honored Contributor
13 years agoProblem with burstcount > 2 for Avalon MM Master to SDRAM
Hello, I am trying to implement a burst transcation with SDRAM using Avalon MM Interface. The following Verilog code works fine for burstcount = 2: module hw_det_3by3(
clk,
re...
Altera_Forum
Honored Contributor
13 years agoI would just simulate your design so that you can view everything to perform proper debug.
Although I'm not sure why the status bit does not assert, I think you want your count register to be two bits wide otherwise you will end up overriding the value in minor10 due to count register rolling over.