Forum Discussion
Altera_Forum
Honored Contributor
14 years agodr_conan,
the "equivalent" of BUFGS in Quartus would be GLOBAL. http://quartushelp.altera.com/9.1/mergedprojects/hdl/prim/prim_file_global.htm That said, nowadays both Quartus and ISE will (mostly) promote signals to global lines as needed. Anyway, using logic to implement clock multiplexers is somethings best avoided, as it has high delay and possible glitches. In Altera FPGAs, use the ALT_CLKCTRL primitive instead.