Forum Discussion

ymiler's avatar
ymiler
Icon for Contributor rankContributor
1 year ago

create_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 ?

4 Replies