Altera_Forum
Honored Contributor
15 years agoArria II GX DDR2 issues with .QSF file
I have been banging my head against a wall for the last day and I hope I can get a solution to this.
Challenge: Generated a HPCII DDR2 controller using the Megawizard, not an issue. The top level of the project with the controller is synthesizing fine including the controller. The problem comes with the DQSN signal in the qsf file. Here are the assignment statements in the qsf file: # set_instance_assignment -name IO_STANDARD "SSTL-18 CLASS I" -to MEM_DQS set_instance_assignment -name OUTPUT_TERMINATION "SERIES 50 OHM WITH CALIBRATION" -to MEM_DQS set_instance_assignment -name IO_STANDARD "SSTL-18 CLASS I" -to MEM_DQSN set_instance_assignment -name OUTPUT_TERMINATION "SERIES 50 OHM WITH CALIBRATION" -to MEM_DQSN set_location_assignment PIN_AM25 -to MEM_DQS[0] set_location_assignment PIN_AM26 -to MEM_DQSN[0] set_instance_assignment -name OUTPUT_ENABLE_GROUP 57199071 -to MEM_DQS set_instance_assignment -name OUTPUT_ENABLE_GROUP 57199071 -to MEM_DQSN set_instance_assignment -name IO_STANDARD "SSTL-18 CLASS I" -to MEM_DQS[0]# These statements are essentially a copy from the golden qsf file from the ARRIA II GX devbrd kit. During fitting I get this message: Error: Can't place node "MEM_DQSN[0]" -- node is a differential I/O node I have tried multiple changes to these statements and nothing is working. Ideas? pinscore