3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-01-27 04:18:44 +00:00
This commit is contained in:
Dhaval Chaudhari 2026-01-04 01:30:15 +05:30
parent 0373070a50
commit ba19a0d591

View file

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