mirror of
https://github.com/openhwgroup/cva6.git
synced 2025-04-22 13:17:41 -04:00
Fix perfcounter #1237 PR
This commit is contained in:
parent
a052d4f2d5
commit
bd5f1f99c0
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue