Altera_Forum
Honored Contributor
13 years agoHow to write tcl command in sdc file for generated clock inside a component?
I have a system design, inside this top design, there are several components. E.g. :One of component name is "A", and its instance is "a". If there is a generated clock is clk_160ns (wire) , which is generated through a counter, the counter is drive through a 40ns clock (clk).
Then I try to write command in .sdc file: create_generated_clock -name clk_160ns -source [get_ports {clk}] -divide_by 4 [get_nets a|clk_160ns] But after I use TimeQuest, it still can not find this clock, anybody can help me to edit the tcl command? Thanks very much.