Programmable Devices
CPLDs, FPGAs, SoC FPGAs, Configuration, and Transceivers
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
21615 Discussions

What is the function of clock frequency of clock source in Qsys?

Altera_Forum
Honored Contributor II
1,734 Views

When we make a design in qsys, at beginning there is always a clock source module. I try to check the document of this IP but it seems there is no document available. It looks like this module is just passing the external clock to the qsys system. It doesn't not do any changes in the clock frequency or phase. In this case, what is the mean of configuration "clock frequency"? What will be difference if I set the clock frequency or I just not set, but input the same clock frequency? 

 

Thanks in advance.
0 Kudos
2 Replies
Altera_Forum
Honored Contributor II
880 Views

The clock frequency may or may not be used by modules that are connected to that clock. 

 

For example, an SPI controller that is supposed to operate from a 1MHz serial clock would implement a 25x divider if it knew that it was connected to a 25MHz clock. Similar for a UART, etc. 

 

It is an informational parameter, which may or may not have importance in your system.
0 Kudos
Altera_Forum
Honored Contributor II
880 Views

 

--- Quote Start ---  

The clock frequency may or may not be used by modules that are connected to that clock. 

 

For example, an SPI controller that is supposed to operate from a 1MHz serial clock would implement a 25x divider if it knew that it was connected to a 25MHz clock. Similar for a UART, etc. 

 

It is an informational parameter, which may or may not have importance in your system. 

--- Quote End ---  

 

 

If this is an informational parameter, that make sense. This can tell other designers what the expected input clock frequency for this qsys sub system.  

 

Thanks very much.
0 Kudos
Reply