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:
parent
8101c87fab
commit
0373070a50
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_ignore_translate_off") {
|
||||
veri_file::SetIgnoreTranslateOff(0);
|
||||
continue;
|
||||
}
|
||||
#endif
|
||||
break;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue