mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-15 13:28:59 +00:00
Merge pull request #4982 from YosysHQ/micko/verific_fix_restore
verific: fix restoring msg state after blackbox import
This commit is contained in:
commit
402af3ece7
|
@ -3403,6 +3403,7 @@ struct VerificPass : public Pass {
|
||||||
veri_module->SetCompileAsBlackbox();
|
veri_module->SetCompileAsBlackbox();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
restore_blackbox_msg_state();
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue