Skip to content

Commit

Permalink
Add coverpoint rd == x0 != rs
Browse files Browse the repository at this point in the history
  • Loading branch information
YazanHussnain committed Jul 23, 2023
1 parent 61a1667 commit c36f5bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sample_cgfs/dataset.cgf
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ datasets:
'rs2 == rd != rs1': 0
'rs1 == rs2 == rd': 0
"rs1 == 'x0' != rd": 0
"rd == 'x0' != rs1": 0
"rd == 'x0' != rs1 and rs2 != 'x0'": 0
'rs1 != rs2 and rs1 != rd and rs2 != rd': 0

r4fmt_op_comb: &r4fmt_op_comb
Expand Down

0 comments on commit c36f5bd

Please sign in to comment.