Altera_Forum
Honored Contributor
16 years agoDQS Pin Assignment Problem in EP4SGX530 FPGA
Hi,
I am doing the Pin Planning and analysis for my DDR3C pin assignment in Altera EP4SGX530HH35C2ES FPGA ( 1152 Package). I am seeing following error message while doing the I/O Check in the Pin Planner tool. Error: Bidirectional pin rxd_ddr3_dqs[0] with a pseudo-differential I/O standard must use the output enable control signal on the output buffer Followings are my qsf file content for this : # ######################### Just for convenience, I am showing only one dqs pin assignemnt. set_location_assignment PIN_AM10 -to rxd_ddr3_dqs_n[0] set_location_assignment PIN_AL10 -to rxd_ddr3_dqs[0] set_instance_assignment -name IO_STANDARD "DIFFERENTIAL 1.5-V SSTL CLASS I" -to rxd_ddr3_dqs[0] set_instance_assignment -name IO_STANDARD "DIFFERENTIAL 1.5-V SSTL CLASS I" -to rxd_ddr3_dqs_n[0] set_instance_assignment -name OUTPUT_TERMINATION "SERIES 50 OHM WITH CALIBRATION" -to rxd_ddr3_dqs[0] set_instance_assignment -name OUTPUT_TERMINATION "SERIES 50 OHM WITH CALIBRATION" -to rxd_ddr3_dqs_n[0] set_instance_assignment -name OUTPUT_ENABLE_GROUP 1 -to rxd_ddr3_dqs[0] set_instance_assignment -name OUTPUT_ENABLE_GROUP 1 -to rxd_ddr3_dqs_n[0] # ##################################### I have used DQS for x4 for 1152. Same pin mapping corresponding to F1517 package is passing in the I/O check. I am not able to fix this issue . I tried all the related option value for this pin in the I/O assignment Editor, but still I/O check is failing. Can you Please suggest any solution for this. Thanks Rakesh