Altera_Forum
Honored Contributor
13 years agoQuartus II error: ddr2 ALTMEMPHY
Hi everybody,
I'm trying to use the ddr2 controller ALTMEMPHY on my Cyclone III ep3c120f780 devboard in QSYS. I generate my sopc and then compile my quartus project with the FPGA top file declared in VHDL. Then I have an error at the end of the synthetis (97%) : Error (15873): Output port DATAOUT of DDIO_OUT primitive "MySOPC_cyIII_devboard:MyFPGA_cycloneIII_inst|MySOPC_cyIII_devboard_altmemddr:altmemddr|MySOPC_cyIII_devboard_altmemddr_controller_phy:MySOPC_cyIII_devboard_altmemddr_controller_phy_inst|MySOPC_cyIII_devboard_altmemddr_phy:MySOPC_cyIII_devboard_altmemddr_phy_inst|MySOPC_cyIII_devboard_altmemddr_phy_alt_mem_phy:MySOPC_cyIII_devboard_altmemddr_phy_alt_mem_phy_inst|MySOPC_cyIII_devboard_altmemddr_phy_alt_mem_phy_clk_reset:clk|altddio_bidir:DDR_CLK_OUT[0].ddr_clk_out_p|ddio_bidir_e4h:auto_generated|ddio_outa[0]" must drive input port I of an I/O OBUF primitive It comes from the alt_mem_phy_clk_reset of the altmemddr_controller but this instance is generated automatically and I don't understand where is the error in my code. I have also declared the FPGA top in verilog an then the error disapear when compiled. Can somone help me because I want to program it in VHDL. I have also attached my FPGA top files verilog and VHDL. The SOPC is based on the design_standard of the ALTERA devboard.