03-05-2019 12:51 AM
Please let me know is there specific pins on Virtex ultrascale+ (XCVu13P) could be used as output clock pins ?
03-05-2019 08:17 PM
Hi @niu_zun
Any pin of the device can be used to forward the clock from device. The best parctice is to use the ODDR to make sure the clock remains on dedicated clock network
i.e
CLock you want to forward -> ODDR (D1='1', D2='0' and CLK = CLK Forward) -> Any GPIO
03-05-2019 08:17 PM
Hi @niu_zun
Any pin of the device can be used to forward the clock from device. The best parctice is to use the ODDR to make sure the clock remains on dedicated clock network
i.e
CLock you want to forward -> ODDR (D1='1', D2='0' and CLK = CLK Forward) -> Any GPIO
03-05-2019 10:36 PM
Thanks for your advice.