Skip to content

Commit

Permalink
[hw,rv_core_ibex,rtl] Add unconnected ports of the RVFI interface
Browse files Browse the repository at this point in the history
Signed-off-by: Robert Schilling <[email protected]>
  • Loading branch information
Razer6 committed Jan 9, 2025
1 parent 437e299 commit 0242f82
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions hw/ip/rv_core_ibex/rtl/rv_core_ibex.sv
Original file line number Diff line number Diff line change
Expand Up @@ -497,6 +497,19 @@ module rv_core_ibex
.rvfi_mem_wmask,
.rvfi_mem_rdata,
.rvfi_mem_wdata,
// Unused ports from the RVFI interface
.rvfi_ext_pre_mip (),
.rvfi_ext_post_mip (),
.rvfi_ext_nmi (),
.rvfi_ext_nmi_int (),
.rvfi_ext_debug_req (),
.rvfi_ext_debug_mode (),
.rvfi_ext_rf_wr_suppress (),
.rvfi_ext_mcycle (),
.rvfi_ext_mhpmcounters (),
.rvfi_ext_mhpmcountersh (),
.rvfi_ext_ic_scr_key_valid(),
.rvfi_ext_irq_valid (),
`endif
// SEC_CM: FETCH.CTRL.LC_GATED
.fetch_enable_i (fetch_enable),
Expand Down

0 comments on commit 0242f82

Please sign in to comment.