ymiler
Contributor
1 year agocreate_generated_clock question
Hi
following template of create_generated_clock constraint:
create_generated_clock -name {<constraint name>} [get_pins {<pin name>}] -source [get_pins {<opin name>}] -divide_by {1} -multiply_by {1} -add -master_clock [get_clocks {cnvr_fpga_bt_clk_switch_out}]
What is the meaning of -master_clock [get_clocks {<clock name>}] in the create_generated_clock constraint?
Why do we need add it ? what it the function of this command ?