Intel® Arria® 10 Hard Processor System Technical Reference Manual

ID 683711
Date 8/28/2023
Public
Document Table of Contents

3.1. Features of the Clock Manager

The Clock Manager offers the following features:

  • Generates and manages clocks in the HPS
  • Contains the following clock groups:
    • Main—contains clocks for the Cortex*-A9 microprocessor unit (MPU) subsystem, level 3 (L3) interconnect, level 4 (L4) peripheral bus, and debug
    • Peripheral—contains clocks for PLL-driven peripherals
  • Contains two identical 16-output PLL blocks:
    • PLL 0
    • PLL 1
  • Generates clock gate controls for enabling and disabling most clocks
  • Initializes and sequences clocks
  • Allows software to program clock characteristics, such as the following items discussed later in this chapter:
    • Input clock source for the two PLLs
    • Multiplier range, divider range, and 16 post-scale counters for each PLL
    • VCO enable for each PLL
    • Bypass modes for each PLL
    • Gate of individual clocks in all PLL clock groups
    • Clear loss of lock status for each PLL
    • Boot mode for hardware-managed clocks
    • General-purpose I/O (GPIO) debounce clock divide
  • Allows software to observe the status of all writable registers
  • Supports interrupting the MPU subsystem on PLL‑lock and loss‑of‑lock
  • Supports clock gating at the signal level

The clock manager is not responsible for the following functional behaviors:

  • Selection or management of the clocks for the FPGA-to-HPS and HPS-to-FPGA interfaces. The FPGA logic designer is responsible for selecting and managing these clocks.
  • Software must not program the clock manager with illegal values. If it does, the behavior of the clock manager is undefined and could stop the operation of the HPS. The only guaranteed means for recovery from an illegal clock setting is a cold reset.
  • When re-programming clock settings, there are no automatic glitch-free clock transitions. Software must follow a specific sequence to ensure glitch-free clock transitions. Refer to Hardware-Managed and Software-Managed Clocks section of this chapter.