Altera_Forum
Honored Contributor
10 years agoLVDS Differential IO pin Mapping error
HI
I have tried mapping Differential IO signals ADC_P to PIN_A29 and ADC_N to PIN_A28 using Tcl script In Quartus II 12.0 version. In tool Its automatically creating a differential pair for ADC_P as ADC_P(n) mapped to PIN_A28 and for ADC_N creating a differential pair as ADC_N(n) mapped to PIN_A29. So while compiling I am getting error as Error (169290): Can't place differential I/O positive pin ADC_N at a differential I/O negative location A28 Is it enough only assigning a ADC_P signal in pin planner to PIN_A29? I have tried removing ADC_N signal from tcl file then there is no error found.But how can i make sure ADC_P(n) signal represents ADC_N? Please help out