3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-02-07 09:42:16 +00:00

verfic: add option to disable translation in VerificPass

This commit is contained in:
Dhaval Chaudhari 2026-01-02 17:42:30 +05:30
parent 8101c87fab
commit 0373070a50

View file

@ -3688,6 +3688,10 @@ struct VerificPass : public Pass {
veri_file::AddLOption(args[++argidx].c_str());
continue;
}
if (args[argidx] == "-set_ignore_translate_off") {
veri_file::SetIgnoreTranslateOff(0);
continue;
}
#endif
break;
}