Merge pull request #4982 from YosysHQ/micko/verific_fix_restore

verific: fix restoring msg state after blackbox import
This commit is contained in:
Miodrag Milanović 2025-04-01 18:32:08 +02:00 committed by GitHub
commit 402af3ece7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -3403,6 +3403,7 @@ struct VerificPass : public Pass {
veri_module->SetCompileAsBlackbox();
}
}
restore_blackbox_msg_state();
}
#endif