mirror of
https://github.com/openhwgroup/cva6.git
synced 2025-04-22 05:07:21 -04:00
Merge pull request #2077 from ThalesSiliconSecurity/isafix
ISACOV : remove rs2_toggle from c.lw cover group (fix issue #2073)
This commit is contained in:
commit
99ce43c6c1
1 changed files with 0 additions and 1 deletions
|
@ -1194,7 +1194,6 @@ covergroup cg_cl(
|
|||
bins RD[] = {[0:31]} iff (instr.rd == instr.rs1);
|
||||
}
|
||||
|
||||
`ISACOV_CP_BITWISE(cp_rs2_toggle, instr.rs2_value, 1)
|
||||
`ISACOV_CP_BITWISE(cp_rs1_toggle, instr.rs1_value, 1)
|
||||
`ISACOV_CP_BITWISE_4_0(cp_imm_toggle, instr.get_field_imm(), 1)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue