Forum Discussion
ymiler
Contributor
2 years 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}...
sstrell
Super Contributor
2 years agoIf there is the possibility of multiple clocks at the source node specified (perhaps through the use of -add), -master_clock lets you pick which clock to use as the source for this generated clock.