Forum Discussion
Altera_Forum
Honored Contributor
15 years agoThe IO standard should be "differential sstl-18 class i". If you do not specify that, Quartus will think you are doing single-ended DQS signals. In the pin planner, choose the Differential SSTL-18 Class I from the drop down list. You should a line like this:
set_instance_assignment -name io_standard "differential 1.8-v hstl class i" -to mem_dqs[0] (adjust for pin name if it is not mem_dqs)