Skip to content

Commit

Permalink
hw: fix broken trace en after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
Viviane Potocnik committed Oct 19, 2023
1 parent 056e084 commit 170ddfb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hw/snitch/src/snitch.sv
Original file line number Diff line number Diff line change
Expand Up @@ -2365,6 +2365,7 @@ module snitch import snitch_pkg::*; import riscv_instr::*; #(
csr_rvalue = dscratch_q;
dscratch_d = alu_result;
end else illegal_csr = 1'b1;
end
CSR_TRACE: begin
csr_rvalue[0] = csr_trace_q;
csr_trace_d = alu_result[0];
Expand Down

0 comments on commit 170ddfb

Please sign in to comment.