Altera_Forum
Honored Contributor
10 years agoArria V - LVDS Serdes
Hi,
I am using Altera megafunction "ALTLVDS_RX" for deserializing CameraLink data. settings are: Number of output channels: 4 Deserialization factor: 7 Input data rate: 280 Input clock: 40MHz Quartus version 15.0 The data input signals (LVDS) are X0, X1, X2 and X3. the analysis & synthesis reports following:warning (15610): no output dependent on input pin "x1" When I check RTL Viewer or post fitting viewer, the IO_IBUF of signal X1 has no outputs but for X0, X2 and X3. Therefore signal X1 is not connected to the deserializer input. Another proof is that the timing analyzer doesn't report any RSKM timing for X1 but for all others. In the design file, all my data inputs X0 to X3 are directly connected to the deserializer input. Why does Quartus gets rid of my data signal X1? Any issues in the IP? Your help is appreciated.