Skip to content

Commit

Permalink
Update lowrisc_ibex to lowRISC/cheriot-ibex@b4209e3a
Browse files Browse the repository at this point in the history
Update code from upstream repository
https://github.com/lowrisc/cheriot-ibex.git to revision
b4209e3aaf64061869e0ab8b9616efc151fca4f5

* [rtl] Fix ICache scramble key valid input (Greg Chadwick)

Signed-off-by: Greg Chadwick <gac@lowrisc.org>
  • Loading branch information
GregAC authored and HU90m committed Aug 31, 2024
1 parent 32c8407 commit eaefe32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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/cheriot-ibex.git
rev: 091ccfc3ce5c9c8dad4acfe200ee45b9401e6a9c
rev: b4209e3aaf64061869e0ab8b9616efc151fca4f5
}
}
2 changes: 1 addition & 1 deletion vendor/lowrisc_ibex/rtl/ibexc_top.sv
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ module ibexc_top import ibex_pkg::*; import cheri_pkg::*; #(
.ic_data_addr_o (ic_data_addr),
.ic_data_wdata_o (ic_data_wdata),
.ic_data_rdata_i (ic_data_rdata),
.ic_scr_key_valid_i(1'b0)
.ic_scr_key_valid_i(1'b1)
);

assign data_wdata_intg_o = 7'h0;
Expand Down

0 comments on commit eaefe32

Please sign in to comment.