Forum Discussion
Altera_Forum
Honored Contributor
13 years agoHow to run gate-level simulation for DDR2 SDRAM Controller
Hi all, I am working with DDR2 SDRAM and I have built a DDR2 SDRAM Controller in Startrix IV (an UniPHY IP) using MegaWizard Plug-In Manager Tool of Quartus 11.1. I have also written a simple t...
Altera_Forum
Honored Contributor
13 years agoYes, you only need .vo and .sdo files to run gate-level simulation but SDC file affects your implementation (fitter). constraint your clock so that the quartus can fit the design properly. (eg. say you are using 100MHz clock, specify the clock period in .sdc file). run timing analyzer to see whether there are any timing violations (setup or hold error).
most likely your design does not meet timing closure if you said it is working in functional simulation but not in gate-level simulation. try to look for the timequest analyzer tutorials in altera website for more details.