Entity: rstmgr_reg_top
- File: rstmgr_reg_top.sv
Diagram
Description
Copyright lowRISC contributors. Licensed under the Apache License, Version 2.0, see LICENSE for details. SPDX-License-Identifier: Apache-2.0
Register Top module auto-generated by reggen
Ports
| Port name | Direction | Type | Description |
|---|---|---|---|
| clk_i | input | ||
| rst_ni | input | ||
| tl_i | input | ||
| tl_o | output | ||
| reg2hw | output | Write | |
| hw2reg | input | Read | |
| intg_err_o | output | Integrity check errors | |
| devmode_i | input | If 1, explicit error return for unmapped register access |
Signals
| Name | Type | Description |
|---|---|---|
| reg_we | logic | register signals |
| reg_re | logic | |
| reg_addr | logic [AW-1:0] | |
| reg_wdata | logic [DW-1:0] | |
| reg_be | logic [DBW-1:0] | |
| reg_rdata | logic [DW-1:0] | |
| reg_error | logic | |
| addrmiss | logic | |
| wr_err | logic | |
| reg_rdata_next | logic [DW-1:0] | |
| reg_busy | logic | |
| tl_reg_h2d | tlul_pkg::tl_h2d_t | |
| tl_reg_d2h | tlul_pkg::tl_d2h_t | |
| intg_err | logic | incoming payload check |
| intg_err_q | logic | |
| tl_o_pre | tlul_pkg::tl_d2h_t | outgoing integrity generation |
| reset_info_we | logic | Define SW related signals Format: |
| reset_info_por_qs | logic | |
| reset_info_por_wd | logic | |
| reset_info_low_power_exit_qs | logic | |
| reset_info_low_power_exit_wd | logic | |
| reset_info_ndm_reset_qs | logic | |
| reset_info_ndm_reset_wd | logic | |
| reset_info_hw_req_qs | logic | |
| reset_info_hw_req_wd | logic | |
| alert_info_ctrl_we | logic | |
| alert_info_ctrl_en_qs | logic | |
| alert_info_ctrl_en_wd | logic | |
| alert_info_ctrl_index_qs | logic [3:0] | |
| alert_info_ctrl_index_wd | logic [3:0] | |
| alert_info_attr_re | logic | |
| alert_info_attr_qs | logic [3:0] | |
| alert_info_re | logic | |
| alert_info_qs | logic [31:0] | |
| sw_rst_regen_we | logic | |
| sw_rst_regen_en_0_qs | logic | |
| sw_rst_regen_en_0_wd | logic | |
| sw_rst_regen_en_1_qs | logic | |
| sw_rst_regen_en_1_wd | logic | |
| sw_rst_ctrl_n_re | logic | |
| sw_rst_ctrl_n_we | logic | |
| sw_rst_ctrl_n_val_0_qs | logic | |
| sw_rst_ctrl_n_val_0_wd | logic | |
| sw_rst_ctrl_n_val_1_qs | logic | |
| sw_rst_ctrl_n_val_1_wd | logic | |
| addr_hit | logic [5:0] | |
| shadow_busy | logic | shadow busy |
| reg_busy_sel | logic | register busy |
| unused_wdata | logic | Unused signal tieoff wdata / byte enable are not always fully used add a blanket unused statement to handle lint waivers |
| unused_be | logic |
Constants
| Name | Type | Value | Description |
|---|---|---|---|
| AW | int | 5 | |
| DW | int | 32 | |
| DBW | int | DW/8 | Byte Width |
Processes
- unnamed: ( @(posedge clk_i or negedge rst_ni) )
Type: always_ff
- unnamed: ( )
Type: always_comb
- unnamed: ( )
Type: always_comb
Description
Check sub-word write is permitted
- unnamed: ( )
Type: always_comb
Description
Read data return
- unnamed: ( )
Type: always_comb
Instantiations
- u_chk: tlul_cmd_intg_chk
- u_rsp_intg_gen: tlul_rsp_intg_gen
- u_reg_if: tlul_adapter_reg
- u_reset_info_por: prim_subreg
Description
Register instances
R[reset_info]: V(False)
F[por]: 0:0
- u_reset_info_low_power_exit: prim_subreg
Description
F[low_power_exit]: 1:1
- u_reset_info_ndm_reset: prim_subreg
Description
F[ndm_reset]: 2:2
- u_reset_info_hw_req: prim_subreg
Description
F[hw_req]: 3:3
- u_alert_info_ctrl_en: prim_subreg
Description
R[alert_info_ctrl]: V(False)
F[en]: 0:0
- u_alert_info_ctrl_index: prim_subreg
Description
F[index]: 7:4
- u_alert_info_attr: prim_subreg_ext
Description
R[alert_info_attr]: V(True)
- u_alert_info: prim_subreg_ext
Description
R[alert_info]: V(True)