mirror of
https://github.com/YosysHQ/yosys
synced 2026-01-18 16:28:57 +00:00
verific: add support for relaxed checking option in VerificPass
This commit is contained in:
parent
8101c87fab
commit
68a9c31d2a
1 changed files with 4 additions and 0 deletions
|
|
@ -3688,6 +3688,10 @@ struct VerificPass : public Pass {
|
|||
veri_file::AddLOption(args[++argidx].c_str());
|
||||
continue;
|
||||
}
|
||||
if (args[argidx] == "-set_relaxed_checking") {
|
||||
veri_file::SetRelaxedChecking(0);
|
||||
continue;
|
||||
}
|
||||
#endif
|
||||
break;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue