Package: aes_env_pkg
- File: aes_env_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 |
---|---|---|---|
LIST_OF_ALERTS | string | { "recov_ctrl_update_err", "fatal_fault"} |
parameters |
uint | uint | 2 |
Types
Name | Type | Description |
---|---|---|
aes_item_type_e | enum int { AES_CFG=0, AES_DATA=1, AES_ERR_INJ=2 } |
|
flip_rst_e | enum bit { Flip_bits = 0, Pull_reset = 1 } |
|
clear_t | struct packed { bit dataout; bit key_iv_data_in; } |
|
error_types_t | struct packed { bit reset; bit mal_inject; bit cfg; } |
|
cfg_error_type_t | struct packed { bit key_len; bit mode; } |