Skip to content

Commit

Permalink
HACK: Take change from PR lowRISC#2042
Browse files Browse the repository at this point in the history
This is done properly in that PR: see the comments there for extra
info (and don't merge this!)
  • Loading branch information
rswarbrick committed Jun 14, 2023
1 parent 97df7a5 commit 8574136
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rtl/ibex_tracer.sv
Original file line number Diff line number Diff line change
Expand Up @@ -759,8 +759,10 @@ module ibex_tracer (
end

always_comb begin
/* verilator lint_off MULTIDRIVEN */
decoded_str = "";
data_accessed = 5'h0;
/* verilator lint_on MULTIDRIVEN */
insn_is_compressed = 0;

// Check for compressed instructions
Expand Down

0 comments on commit 8574136

Please sign in to comment.