3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-01-17 07:56:26 +00:00
This commit is contained in:
Dhaval Chaudhari 2026-01-04 01:31:17 +05:30
parent 2b97f19792
commit e24243e8d0

View file

@ -3689,7 +3689,7 @@ struct VerificPass : public Pass {
continue;
}
if (args[argidx] == "-set_relaxed_checking") {
VeriNode::SetRelaxedChecking(0);
VeriNode::SetRelaxedChecking(1);
continue;
}
#endif