mirror of
https://github.com/YosysHQ/yosys
synced 2026-05-23 18:39:39 +00:00
set 1
This commit is contained in:
parent
2b97f19792
commit
e24243e8d0
1 changed files with 1 additions and 1 deletions
|
|
@ -3689,7 +3689,7 @@ struct VerificPass : public Pass {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
if (args[argidx] == "-set_relaxed_checking") {
|
if (args[argidx] == "-set_relaxed_checking") {
|
||||||
VeriNode::SetRelaxedChecking(0);
|
VeriNode::SetRelaxedChecking(1);
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue