Forum Discussion
Altera_Forum
Honored Contributor
13 years ago --- Quote Start --- check out the clock network docs for your particular architecture. it will list what type of clock regions are available. you get peripheral clocks (pclk), regional, dual-regional, and global (did I miss any?). I'm not sure by default what the tool will choose if you leave the altclkctrl as "AUTO", because it probably depends on the fanout. Make sure you look at timing too. globals will help fanout in a large design, but you usually sacrifice time spent getting to and from the clock networks. I have had many designs have better results with regional or dual-regional clocks. --- Quote End --- Thanks. you mentioned "check out the clock network docs for your particular architecture", do you mean the doc from Altera for specific FPGA chip? For example, I use Cyclone IV E family FPGA, I should check the document for them, right?