3
0
Fork 0
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:
Akash Levy 2025-05-08 22:24:10 -07:00
parent 239b0a6db0
commit f3d24aea76

View file

@ -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;