Programmable Devices
CPLDs, FPGAs, SoC FPGAs, Configuration, and Transceivers
Announcements
The Intel sign-in experience has changed to support enhanced security controls. If you sign in, click here for more information.
19997 Discussions

How to get cpu clock value from qsys

RShal4
New Contributor I
372 Views

Hello,

 

I try to understand how I can find hps cpu clock and hps perpheral clock.

As I understand they are not found in qsys.

 

But I found the following calculator https://rocketboards.org/foswiki/Documentation/PreloaderClockingCustomization131

 

which gives value for all plls.

Is it correct that:

cpu clock = mpu_base_clk (C0)

peripheral clock = mpu_periph_clk

 

Thank you,

ranran

0 Kudos
1 Reply
EBERLAZARE_I_Intel
160 Views

Hi,

 

The mpu_base_clk is the microprocessor unit base clock,

 

The peripheral clock is a Clock for microprocessor unit snoop control unit (SCU) peripherals, e.g.: the general interrupt controller (GIC).

 

More info regarding the clock you can refer here I've attached the page link to the clock page:

https://www.intel.com/content/dam/www/programmable/us/en/pdfs/literature/hb/cyclone-v/cv_54002.pdf#page=66

 

Regards.

Reply