mirror of
https://github.com/openhwgroup/cva6.git
synced 2025-04-24 14:17:16 -04:00
Merge pull request #2072 from ThalesSiliconSecurity/fixco
HOTFIX : Fix a cross in cvxif agent coverage model
This commit is contained in:
commit
e96d391890
1 changed files with 1 additions and 1 deletions
|
@ -163,7 +163,7 @@ covergroup cg_result(
|
|||
bins EXCCODE [] = {[0:9],[11:13],15,24}; //Supported Exception code
|
||||
}
|
||||
|
||||
cross_result : cross cp_rd, cp_id, cp_we, cp_exc, cp_exccode {
|
||||
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};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue