Skip to content

Commit

Permalink
UVM environment: mcountinhibit doesn't raise an exception (openhwgrou…
Browse files Browse the repository at this point in the history
…p#2494)

fix in UVM environment after fixed RTL bug on mcountinhibit
(commit faf4536)
  • Loading branch information
AyoubJalali authored Sep 6, 2024
1 parent e9382ba commit 6a4af75
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions verif/env/uvme/uvme_cva6_cfg.sv
Original file line number Diff line number Diff line change
Expand Up @@ -262,9 +262,6 @@ function void uvme_cva6_cfg_c::set_unsupported_csr_mask();

super.set_unsupported_csr_mask();

// Remove unsupported CSRs for Embedded configuration
unsupported_csr_mask[uvma_core_cntrl_pkg::MCOUNTINHIBIT] = 1;

// Add supported CSRs for Embedded configuration
for (int i = 0; i < MAX_NUM_HPMCOUNTERS; i++) begin
unsupported_csr_mask[uvma_core_cntrl_pkg::MHPMEVENT3+i] = 0;
Expand Down

0 comments on commit 6a4af75

Please sign in to comment.