Create a forwarded clock on the output port driven by an ODDR. Reference the master
clock on ODDRE1_vsfclk2_inst/CLKDIV, and keep the same period using
-divide_by 1:
create_generated_clock -name ck_vsf_clk_2 \
-source [get_pins ODDRE1_vsfclk2_inst/CLKDIV] -divide_by 1 [get_ports vsf_clk_2]
Figure 1. Example of Forwarded Clock
