mirror of
https://github.com/YosysHQ/yosys
synced 2026-07-16 12:15:52 +00:00
Add spaces in verific
This commit is contained in:
parent
239b0a6db0
commit
f3d24aea76
1 changed files with 2 additions and 0 deletions
|
|
@ -3763,10 +3763,12 @@ struct VerificPass : public Pass {
|
|||
verific_opt = true;
|
||||
goto check_error;
|
||||
}
|
||||
|
||||
if (GetSize(args) > argidx && args[argidx] == "-no_split_complex_ports") {
|
||||
verific_no_split_complex_ports = true;
|
||||
goto check_error;
|
||||
}
|
||||
|
||||
if (GetSize(args) > argidx && args[argidx] == "-set_ignore_translate_off") {
|
||||
veri_file::SetIgnoreTranslateOff(1);
|
||||
goto check_error;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue