Package: rv_dm_reg_pkg
- File: rv_dm_reg_pkg.sv
Description
Copyright lowRISC contributors.
Licensed under the Apache License, Version 2.0, see LICENSE for details.
SPDX-License-Identifier: Apache-2.0
Register Package auto-generated by reggen
containing data structure
Constants
Name | Type | Value | Description |
---|---|---|---|
NrHarts | int | 1 | |
NumAlerts | int | 1 | |
RegsAw | int | 2 | Address widths within the block |
RomAw | int | 12 | |
RegsAw | logic [RegsAw-1:0] | logic [0:0] | Register offsets for regs interface |
RV_DM_ALERT_TEST_FATAL_FAULT_RESVAL | logic [0:0] | ||
RV_DM_REGS_PERMIT | logic [3:0] | undefined | Register width information to check illegal writes for regs interface |
RomAw | logic [RomAw-1:0] | undefined | Window parameters for rom interface |
RV_DM_ROM_SIZE | int unsigned | 1000 |
Types
Name | Type | Description |
---|---|---|
rv_dm_reg2hw_alert_test_reg_t | struct packed { logic q; logic qe; } |
///////////////////////////////////////////// Typedefs for registers for regs interface // ///////////////////////////////////////////// |
rv_dm_regs_reg2hw_t | struct packed { rv_dm_reg2hw_alert_test_reg_t alert_test; } |
Register -> HW type for regs interface |