Altera_Forum
Honored Contributor
18 years agoDetermining path for cell in netlist
Hi,
I'm trying to apply a generated clock to a clock net burried in the hieracrchy, like so: create_generated_clock -name {oven_ctl_i2c_clk} -divide_by 1024 -source [get_ports {osc_clk0}] [get_pins oven_ctl:inst20|clk_div_50m_i2c_clk:inst2|i2c_clk] However, TimeQuest comes back and tells me that the SDC command get_pins returns an empty value. I can determine the where the signal is at in the Technology Map Viewer, but how do I determine the correct path (and syntax) to place in the SDC file? Also, since the SDC file is used for timing-driven pnr, as well as post-route timing analysis, wouldn't it make since to use two different types of SDC files, one for pnr and one for timing analysis? :confused: Thanks, Tony