Skip to content

Commit da01e17

Browse files
authored
Merge pull request #5267 from jix/verificsva-fix
verificsva: Fix typo in the cover only followed-by operator support
2 parents f769e6e + 75b62d0 commit da01e17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontends/verific/verificsva.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1616,7 +1616,7 @@ struct VerificSvaImporter
16161616
inst->Type() == PRIM_SVA_NON_OVERLAPPED_IMPLICATION ||
16171617
(mode_cover && (
16181618
inst->Type() == PRIM_SVA_OVERLAPPED_FOLLOWED_BY ||
1619-
inst->Type() == PRIM_SVA_NON_OVERLAPPED_IMPLICATION)))
1619+
inst->Type() == PRIM_SVA_NON_OVERLAPPED_FOLLOWED_BY)))
16201620
{
16211621
Net *antecedent_net = inst->GetInput1();
16221622
Net *consequent_net = inst->GetInput2();

0 commit comments

Comments
 (0)