Altera_Forum
Honored Contributor
9 years agoproblem with pin placement for ddr2_dimm_clk[*]/clk_n[*]
I have a Stratix III dev kit and ran through the emi_tut_qdr.pdr External Memory tutorial just fine (https://www.altera.co.jp/ja_jp/pdfs/literature/hb/external-memory/emi_tut_qdr.pdf). This example design has an external memory interface and a few other peripherals. I am trying to create a hardware design that has external memory and a triple speed ethernet. I have set up Qsys with the external memory interface and other components (tse_mac, flash memory, sysid, etc) and followed the External Memory tutorial for all the steps on the external memory.
When I try to do a full compile of my design, I get the following errors: Error (169291): Differential input pin ddr2_dimm_ck_n[1] is assigned to location AL13(PAD_305). However, the pin location does not support differential input. Error (169291): Differential input pin ddr2_dimm_ck_n[2] is assigned to location AM15(PAD_301). However, the pin location does not support differential input. Error (169291): Differential input pin ddr2_dimm_ck[1] is assigned to location AK13(PAD_304). However, the pin location does not support differential input. Error (169291): Differential input pin ddr2_dimm_ck[2] is assigned to location AL15(PAD_300). However, the pin location does not support differential input. I find these errors confusing because with the example design I used those same pins for those clocks, and those pins were set with the same differential standard as in this design (Differential 1.8-V SSTL Class I) but yet I get errors for this design. I'm relatively new to FPGA, so any help/explanation would be greatly appreciated. Erin