Skip to content

Commit

Permalink
Fix perfcounter #1237 PR
Browse files Browse the repository at this point in the history
  • Loading branch information
TulikaSi authored Aug 13, 2023
1 parent a052d4f commit bd5f1f9
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 bd5f1f9

Please sign in to comment.