Forum Discussion
Altera_Forum
Honored Contributor
13 years agoYou're mclk_p should have the node of the mux clock as it's source, since that's what drives it. So something like:
create_generated_clock -name clkA_ext -source [get_pins {clock_mux|Equal3|combout}] -master_clock clkA_muxout [get_ports {mclk_p}] -add