mirror of
https://github.com/openhwgroup/cva6.git
synced 2025-04-20 04:07:36 -04:00
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:
parent
e9382ba3ac
commit
6a4af755aa
1 changed files with 0 additions and 3 deletions
3
verif/env/uvme/uvme_cva6_cfg.sv
vendored
3
verif/env/uvme/uvme_cva6_cfg.sv
vendored
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue