Skip to content

Commit

Permalink
Update for openhwgroup#1237
Browse files Browse the repository at this point in the history
  • Loading branch information
TulikaSi committed Aug 7, 2023
1 parent 853fb4b commit 9685e6f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion core/cva6.sv
Original file line number Diff line number Diff line change
Expand Up @@ -790,7 +790,9 @@ module cva6 import ariane_pkg::*; #(
.stall_issue_i ( stall_issue ),
.mcountinhibit_i ( mcountinhibit_csr_perf )
);
end
end : gen_perf_counter else begin: gen_no_perf_counter
assign data_perf_csr = '0;
end : gen_no_perf_counter

// ------------
// Controller
Expand Down

0 comments on commit 9685e6f

Please sign in to comment.