Altera_Forum
Honored Contributor
16 years agoProblem simulating DDR2 SDRAM Controller with ModelSim
I use Quartus 9.0 SP2, ArriaII GX and a DDR2 SDRAM High Performance Controller in my FPGA design.
I have used the EDA Simulation Library Compiler to generate the compiled libraries for ModelSim PE 6.5c and NativeLink to generate a .do file to initialize my ModelSim project. All the above went well, but went I try to start my simulation I get: # ** Warning: (vsim-3473) Component instance "regp : dffeas" is not bound.# Time: 0 ps Iteration: 0 Region: /kdarec_tb/b2v_kdarec_top_i/b2v_mctrl_i/mctrl_controller_phy_inst/mctrl_phy_inst/mctrl_phy_mctrl_phy_alt_mem_phy_mctrl_phy_alt_mem_phy_inst_mctrl_phy_alt_mem_phy_dp_io_dpio_mctrl_phy_alt_mem_phy_dq_dqs_dqs_group_0_dq_dqs_18984/dqs_enable_ctrl_inst File: C:/altera/90/quartus/eda/sim_lib/arriaii_atoms.vhd# ** Warning: (vsim-3473) Component instance "regn : dffeas" is not bound.# Time: 0 ps Iteration: 0 Region: /kdarec_tb/b2v_kdarec_top_i/b2v_mctrl_i/mctrl_controller_phy_inst/mctrl_phy_inst/mctrl_phy_mctrl_phy_alt_mem_phy_mctrl_phy_alt_mem_phy_inst_mctrl_phy_alt_mem_phy_dp_io_dpio_mctrl_phy_alt_mem_phy_dq_dqs_dqs_group_0_dq_dqs_18984/dqs_enable_ctrl_inst File: C:/altera/90/quartus/eda/sim_lib/arriaii_atoms.vhd ...... How can I get rid of this problem and RTL simulate my design? BTW, I don't know if it's related, the EDA Simulation Library Compiler prints the following warning in its log messages: Warning:# ** Warning: [6] c:/altera/90/quartus/eda/sim_lib/arriaii_atoms.vhd(1781): (vcom-1288) VITAL timing generic "tpd_datainglitch_dataout" port specification "datainglitch" does not denote a port. and I can't find anywhere in arriaii_atoms.vhd the famous "datainglitch"! Can some of you Altera gurus please give a hand with this? Thanks.