Forum Discussion
Altera_Forum
Honored Contributor
13 years agoHi
I have the same problem in my Arria II Gx Development Kit when I try to build a Qsys system to access a DDR3.
Error (176183): Bidirectional pin ddr3_dqs with a pseudo-differential I/O standard must use the output enable control signal on the output buffer
I have run the tcl file for pin assignment and see the following text in my qsf file.
set_instance_assignment -name OUTPUT_ENABLE_GROUP 849089556 -to ddr3_dq
...
set_instance_assignment -name OUTPUT_TERMINATION "SERIES 50 OHM WITH CALIBRATION" -to ddr3_dq
...
set_instance_assignment -name MEM_INTERFACE_DELAY_CHAIN_CONFIG FLEXIBLE_TIMING -to ddr3_dq
...
set_instance_assignment -name DQ_GROUP 9 -from ddr3_dqs -to ddr3_dq
...
Does anyone know how to solve this problem? Thanks.