Forum Discussion
SreekumarR_G_Intel
Frequent Contributor
6 years agoIn cyclone V, 1.8V IO bank is not support the LVDS IO standard.Can you refer the datasheet (below link) table 20. for the VCCIO requirement for the LVDS.
https://www.intel.com/content/dam/www/programmable/us/en/pdfs/literature/hb/cyclone-v/cv_51002.pdf.
In general assign the LVDS std to the clk pins in few ways
i) Use the pin planner setting in the quartus -> Assignments->Pin planner -> dropdown menu to assign the IO standrads,
ii) using Tcl assignment in qsf file, for example
set_instance_assignment -name IO_STANDARD "LVDS" -to "net_name_to assign(p)"
set_instance_assignment -name IO_STANDARD "LVDS" -to "net_name_to_assign(n)"
Thanks ,
Regards,
Sree