Forum Discussion
Altera_Forum
Honored Contributor
17 years ago --- Quote Start --- After the Mux I've a clk_control block that redirect it on a regional clock. --- Quote End --- If the clock control block in your device family supports clock muxes, then implement the mux inside the clock control block with altclkctrl. Compared to doing the mux portion in logic resources, the clock control block will have less of a problem with things like duty cycle distortion. (See "Advantages of clock control blocks" in post# 7 at http://www.alteraforum.com/forum/showthread.php?t=2388.)