Package: clkmgr_pkg
- File: clkmgr_pkg.sv
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 |
---|---|---|---|
clk_dft_t | clk_dft_t | undefined | |
clk_hint_status_t | clk_hint_status_t | undefined |
Types
Name | Type | Description |
---|---|---|
clk_dft_t | struct packed { logic test_en; } |
|
clkmgr_out_t | struct packed { logic clk_fixed_powerup; logic clk_main_powerup; logic clk_usb_48mhz_powerup; logic clk_main_aes; logic clk_main_hmac; logic clk_main_infra; logic clk_fixed_infra; logic clk_fixed_secure; logic clk_main_secure; logic clk_fixed_timers; logic clk_proc_main; logic clk_fixed_peri; logic clk_usb_48mhz_peri; } |
|
clk_hint_status_t | struct packed { logic [2-1:0] idle; } |