-
Notifications
You must be signed in to change notification settings - Fork 785
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[pwm,dv] Exclude an unreachable item of block coverage
This cannot happen because of a constant wiring value. Signed-off-by: Rupert Swarbrick <[email protected]>
- Loading branch information
1 parent
24158ce
commit 0ebaf51
Showing
2 changed files
with
19 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="no"?> | ||
<refinement-file-root> | ||
<rules> | ||
<!-- | ||
Waive block coverage for a conditional which is true if the 'we' signal is true for the | ||
REGWEN in register in prim_subreg_arb. If the signal is true, this denotes a write to the | ||
register from hardware but the instantiation in pwm_reg_top wires it to zero. | ||
--> | ||
<rule ccType="inst" | ||
entityName="pwm/u_reg/u_regwen/wr_en_data_arb/gen_w0c/gen_non_mubi/2" | ||
entityType="block" | ||
line="135" | ||
name="exclude"></rule> | ||
</rules> | ||
</refinement-file-root> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters