mirror of
https://github.com/YosysHQ/yosys
synced 2026-01-18 16:28:57 +00:00
fix
This commit is contained in:
parent
af810b3449
commit
bc7f0bb4c7
1 changed files with 1 additions and 1 deletions
|
|
@ -3697,7 +3697,7 @@ struct VerificPass : public Pass {
|
|||
#ifdef VERIFIC_SYSTEMVERILOG_SUPPORT
|
||||
if (GetSize(args) > argidx && args[argidx] == "-no_split_complex_ports") {
|
||||
verific_no_split_complex_ports = true;
|
||||
goto check_error;
|
||||
continue;
|
||||
}
|
||||
if (GetSize(args) > argidx && (args[argidx] == "-f" || args[argidx] == "-F"))
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue