Altera_Forum
Honored Contributor
16 years agoproblem with DDR2 SDRAM controller
hello
i have a little problem with the DDR2 SDRAM high performance controler that i create using Mega Wizard application. i have created it and it was successfully compiled in Quartus (8.1 if thats matters) and simulated by the Quartus program (with modelsim 6.3). then i wrote a little wrapper entity to match the example design to my needs and it also successfully compiled and simulated by the Quartus. but i noticed something weird : when i compile the files manually and simulate them (using standart vhdl 93 compiler and modelsim 6.3) i notice a weird warnings - some signals may have multiple drivers. the problem is that the warning refer to a file that the Mega Wizard generated and i didnt touch it. the problematic file is <my design name>_phy_alt_mem_phy_seq.vhd the problematic signals are: mmi_ctrl, parameterisation_rec and mmi_pll. by the way the simulation is running fine although the warnings... my questions are: 1) are those warning important? the simulation is running fine. 2) how do i fix those warnings (even if they are not important they are still annoying and can mask more critical warnings) thank you for reading and answering