mirror of
https://github.com/YosysHQ/yosys
synced 2026-01-17 16:06:27 +00:00
fix
This commit is contained in:
parent
ba19a0d591
commit
1237de6b06
1 changed files with 4 additions and 4 deletions
|
|
@ -3688,15 +3688,15 @@ struct VerificPass : public Pass {
|
|||
veri_file::AddLOption(args[++argidx].c_str());
|
||||
continue;
|
||||
}
|
||||
if (args[argidx] == "-set_ignore_translate_off") {
|
||||
veri_file::SetIgnoreTranslateOff(1);
|
||||
continue;
|
||||
}
|
||||
#endif
|
||||
break;
|
||||
}
|
||||
|
||||
#ifdef VERIFIC_SYSTEMVERILOG_SUPPORT
|
||||
if (GetSize(args) > argidx && args[argidx] == "-set_ignore_translate_off") {
|
||||
veri_file::SetIgnoreTranslateOff(1);
|
||||
continue;
|
||||
}
|
||||
if (GetSize(args) > argidx && (args[argidx] == "-f" || args[argidx] == "-F"))
|
||||
{
|
||||
unsigned verilog_mode = veri_file::UNDEFINED;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue