Altera_Forum
Honored Contributor
12 years agoWhat is the best approach to do pin assignments for DDR?
I have a design which use the Altera DDR3 Sdram controller IP to interface with the external DDR3 in board. The board I am using is Altera evb dsp development kit, stratix v edition (http://www.altera.com/products/devkits/altera/kit-stratix-v-dsp.html).
After I made the design, I try to do pin assignments in Pin Planner. After I setup all pin locations and I/O standard, then run the design during fitter, I got bunch of errors which seems to be similar, that I didn't use the calibrated on-chip termination. In the board dev kit, there are memory example design, when I do the pin assignments, I opened the ddr3x72 example design and compared its pin planner with mine. I can see them same. But when I open the qsf file of the example design, I can see: set_instance_assignment -name IO_STANDARD "SSTL-15 CLASS I" -to ddr3_dq[51] -tag __ddr3_x72_qsys_mem_if_ddr3_emif_0_p0set_instance_assignment -name INPUT_TERMINATION "PARALLEL 50 OHM WITH CALIBRATION" -to ddr3_dq[51] -tag __ddr3_x72_qsys_mem_if_ddr3_emif_0_p0 set_instance_assignment -name OUTPUT_TERMINATION "SERIES 50 OHM WITH CALIBRATION" -to ddr3_dq[51] -tag __ddr3_x72_qsys_mem_if_ddr3_emif_0_p0 for most of pins, it set the input and output termination. I didn't see this option in pin planner. So does this means I have to write tcl into my project qsf file to configure the termination for all the pins? Is there any other better approach to do the pin assignments for the DDR3 interface? Thanks in advance.