mirror of
https://github.com/openhwgroup/cva6.git
synced 2025-04-22 05:07:21 -04:00
Merge pull request #2094 from ThalesSiliconSecurity/covxif
CVXIF : Filter exception cross if exc=0
This commit is contained in:
commit
e664b3f174
1 changed files with 1 additions and 0 deletions
|
@ -166,6 +166,7 @@ covergroup cg_result(
|
|||
cross_result : cross cp_id, cp_we, cp_exc, cp_exccode {
|
||||
illegal_bins ILLEGAL_BINS = binsof(cp_we) intersect{1} &&
|
||||
binsof(cp_exc) intersect{1};
|
||||
ignore_bins IGN_BINS = binsof(cp_exc) intersect{0}; //if exc=0 that means no exception
|
||||
}
|
||||
endgroup: cg_result
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue