Package: entropy_src_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
TL_DW bit [TL_DW-1:0] 32'h76543210 parameters
TL_DW bit [TL_DW-1:0] 32'hfedcba98
LIST_OF_ALERTS string {
"recov_alert",
"fatal_alert"}
uint uint 2

Types

Name Type Description
entropy_src_intr_e enum int {
EntropyValid = 0,
HealthTestFailed = 1,
EBusChkFailed = 2,
ObserveFifoReady = 3,
FifoErr = 4 }
types
mode_e enum int {
Disabled = 0,
PtrngMode = 1,
LfsrMode = 2 }