Hi, I'm using the Zynq Mini-Module Plus.
This board comes with a LVDS clock. Taking a look at the XDC provided by AVNET we can see:
## 200MHz System Clock
set_property LOC F14 [ get_ports CLK_N]
set_property IOSTANDARD LVDS [ get_ports CLK_N]
set_property LOC F15 [ get_ports CLK_P]
set_property IOSTANDARD LVDS [ get_ports CLK_P]
So, I wonder how can I convert this LVDS clock into a single ended clock because I've never seen this before. I've always worked with FPGA with single ended clocks so I'm a bit lost on this now.
Thanks in advance for the help.