Package: clkmgr_env_pkg

Description

Copyright lowRISC contributors.
Licensed under the Apache License, Version 2.0, see LICENSE for details.
SPDX-License-Identifier: Apache-2.0

Constants

Name Type Value Description
NUM_PERI int 4 parameters
NUM_TRANS int 5
uint uint 1 alerts
LIST_OF_ALERTS string {
"fatal_fault"}

Types

Name Type Description
clkmgr_vif virtual clkmgr_if
clk_rst_vif virtual clk_rst_if
peri_e enum int {
PeriDiv4,
PeriDiv2,
PeriIo,
PeriUsb }
types The enum values for these match the bit order in the CSRs.
trans_e enum int {
TransAes,
TransHmac,
TransKmac,
TransOtbnIoDiv4,
TransOtbnMain }
src_e enum int {
SrcMain,
SrcIoDiv4 }