Forum Discussion
RZhen11
Occasional Contributor
6 years agoHow to instantiate LVDS IOBUF by HDL for Arria10 device?
I understand for slow speed IO, one can use GPIO IP. But I'm used to direct code instantiation. (A habit from using Xilinx IBUFDS). After some searching, I found ALTIOBUF IP. But Arria10 is not supp...
RZhen11
Occasional Contributor
6 years agoHi Bruce,
Thanks for your info, I'm afraid all I want is simple LVDS I/O buffer not serdes.
My colleague showed me the old trick, by just assigning _p pins as LVDS standard and termination. Inside HDL code use _p as output buffer. It's not intuitive, but project seems compiled. I will try to get into details to confirm.
Regards,