mirror of https://github.com/YosysHQ/yosys.git
verific: fix restoring msg state after blackbox import
This commit is contained in:
parent
c08f72b806
commit
72f2185a94
|
|
@ -3403,6 +3403,7 @@ struct VerificPass : public Pass {
|
|||
veri_module->SetCompileAsBlackbox();
|
||||
}
|
||||
}
|
||||
restore_blackbox_msg_state();
|
||||
}
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue