Arria 10 SoC Serdes Error
Hi,
I am in the early stages of my design working on Schematic verification. I am working on Arria 10 SoC 10AS066K2F40E1HG in Quartus Prime Pro 17.1
my design contains a high speed ADC which gives LVDS serialized output. I need to verify the IO banks and the pins assigned to the ADC (ucf) to ensure that my logic will fit in the banks.
For this purpose, I am using LVDS Serdes IP which takes the differential pins of the ADC as input. I am using Alt_INBUF_DIFF primitive for feeding the input to SERDES IP. Outputs of the Serdes IP are further fed to a FIFO, and further to UART IP to get the data out of the FPGA. This is done to prevent optimization of the SERDES IP.
The Serdes IP example design requires clocks as inputs. When I connect my differential system clock to the Qsys generated template, I get the below error--
Output Port RXDATA on atom "<LVDS_example_IP_name>", which is a twentynm_io_serdes_dpa primitive, is not legally connected and/or configured.
Any suggestions to the error?
Thanks in Advance.