NGord
Occasional Contributor
2 years agoget_pins
I notice that derive_pll_clocks produces a souce name in my design of
-source [get_pins {q_sys_inst|enet_pll|sd1|pll7|inclk[0]}].
However the node name "q_sys_inst|enet_pll|sd1|pll7|inclk[0]" doesnt get listed in any of the netlist viewers.
How am I supposed to use create_generated clocks on things which arent PLLs if I cant easily view the node name to be able to use get_pins?
I think if you use the Keep attribute within the source code then you can use the Verilog/VHDL netnames in the sdc file. Seems to work anyhow.