Altera_Forum
Honored Contributor
17 years agoGlobal clock networks in Cyclone II
Hi this are fairly simple questions I believe but I'm a bit new with Quartus II.
I have a design where I'm producing a 100MHz clock signal using output c0 of a PLL. That is my system_clk signal which is the clock for many components in my design. How can I tell Quartus to route that signal through an internal global clock network (or is it automatically done)? Do I need to instantiate a clock control block? I also have an asynchronous reset that comes into an input pin in the FPGA and again is connected to several of my components (plus is my nios reset). Should I also use a global clock network for it? If so, how do I specify that to Quartus? Cheers