Forum Discussion
3 Replies
- Altera_Forum
Honored Contributor
I am sure the DE2 supports a max 100Mhz bus speed, i have done this with my last Nios Project
- Altera_Forum
Honored Contributor
I had a SDRAM using the SOPC builder controller, flaking out at about 60 MHz, looked at the waveforms, looked at the Micron data sheets, inverted the "za_data <= zs_dq" register's clock (posedge to negedge), around line 665 in sdram.v and it miraculously runs over 100 MHz now.
Your mileage may vary. - Altera_Forum
Honored Contributor
In this moment, i use SDRAM with 143Mhz and the phase shift -3ns. Until now, I have no problem. You can try it.