Skip to content

Commit

Permalink
Update core_ibex_pmp_fcov_if.sv
Browse files Browse the repository at this point in the history
  • Loading branch information
Priyanshumishra77 authored and rswarbrick committed Dec 20, 2024
1 parent a05d4d8 commit 8f4c75c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dv/uvm/core_ibex/fcov/core_ibex_pmp_fcov_if.sv
Original file line number Diff line number Diff line change
Expand Up @@ -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] };
}
Expand Down

0 comments on commit 8f4c75c

Please sign in to comment.