UVM environment: mcountinhibit doesn't raise an exception (#2494)

fix in UVM environment after fixed RTL bug on mcountinhibit
(commit faf4536)
This commit is contained in:
Jalali 2024-09-06 12:31:12 +00:00 committed by GitHub
parent e9382ba3ac
commit 6a4af755aa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;