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
An additional eight Auto Refresh cycles (CBR) are also required before or after
programming the Mode Register to ensure proper subsequent operation.
I have been using the DRAM controller with the below settings, modifying your example:
at 100 MHz Clock, for both NIOS II and SDRAM (with the SDRAM CLK having a phase shift of-3ns). Both generated by the PLL. I haven't tested it too much other than writing the whole memory area reading the values back (after calling the alt_dcache_flush_all() function). Did you experience any issues running the DRAM Controller at 100 MHz or was it because other external peripherals don't support it?
Thanks for the qsys file too, helped me understand the controller config a little bit better.
The text was updated successfully, but these errors were encountered:
No, but I am not using your project file, don't have any flash controller included and some other differences so that might have something to do with it. With which clock network did you get the pulse width error? Maybe my timing constraints aren't as fine tuned as yours.
I am testing with a NIOS II/f core too, so its right at the edge of the fMax report (104 MHz). Though I did notice this:
Without the DDR flop, there's routing delay between the PLL output and the Pin.
And the relationship between the output clock and other signals will change from compilation to compilation depending on how the clock signal is routed.
The DDR flop eliminates that routing delay.
According to the W9864G6JT document:
I have been using the DRAM controller with the below settings, modifying your example:
at 100 MHz Clock, for both NIOS II and SDRAM (with the SDRAM CLK having a phase shift of-3ns). Both generated by the PLL. I haven't tested it too much other than writing the whole memory area reading the values back (after calling the
alt_dcache_flush_all()
function). Did you experience any issues running the DRAM Controller at 100 MHz or was it because other external peripherals don't support it?Thanks for the qsys file too, helped me understand the controller config a little bit better.
The text was updated successfully, but these errors were encountered: