Skip to content

Commit

Permalink
Update lowrisc_ibex to lowRISC/ibex@38c07093
Browse files Browse the repository at this point in the history
Update code from upstream repository
https://github.com/lowRISC/ibex.git to revision
38c070939183cc10940b66c8e9e04eeca6b65470

* [rtl] Remove ECC related data_rdata_i -> instr_X_o feedthroughs
  (Greg Chadwick)

Signed-off-by: Pirmin Vogel <vogelpi@lowrisc.org>
  • Loading branch information
vogelpi committed Aug 23, 2024
1 parent 33c4b71 commit 5952581
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hw/vendor/lowrisc_ibex.lock.hjson
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
upstream:
{
url: https://github.com/lowRISC/ibex.git
rev: 96a1c02ba03400a8b0d69f08b97004adc436dfb7
rev: 38c070939183cc10940b66c8e9e04eeca6b65470
}
}
2 changes: 1 addition & 1 deletion hw/vendor/lowrisc_ibex/rtl/ibex_controller.sv
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ module ibex_controller #(

// As integrity error is the only internal interrupt implement, set irq_nm_* signals directly
// within this generate block.
assign irq_nm_int = mem_resp_intg_err_irq_set | mem_resp_intg_err_irq_pending_q;
assign irq_nm_int = mem_resp_intg_err_irq_pending_q;
assign irq_nm_int_cause = NMI_INT_CAUSE_ECC;
assign irq_nm_int_mtval = mem_resp_intg_err_addr_q;
end else begin : g_no_intg_irq_int
Expand Down

0 comments on commit 5952581

Please sign in to comment.