mirror of
https://github.com/lowRISC/ibex.git
synced 2025-06-27 17:00:41 -04:00
Update core_ibex_pmp_fcov_if.sv
This commit is contained in:
parent
a05d4d825c
commit
8f4c75c5e4
1 changed files with 1 additions and 1 deletions
|
@ -178,7 +178,7 @@ interface core_ibex_pmp_fcov_if import ibex_pkg::*; #(
|
|||
// This coverpoint converts pmp_add_napot_valid into 32 bins. The onehot call makes sure
|
||||
// that when the entry is not in NAPOT mode, then no bin is selected. The clog2 call
|
||||
// converts the value 0...010...0 to the index of the one bit that is set.
|
||||
cp_napot_addr_modes: coverpoint $clog2(pmp_addr_napot_valid[i_region])
|
||||
cp_napot_addr_modes : coverpoint $clog2(pmp_addr_napot_valid[i_region])
|
||||
iff ($onehot(pmp_addr_napot_valid[i_region])) {
|
||||
bins napot_addr[] = { [0:31] };
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue