Merge pull request #5102 from YosysHQ/krys/verilog_no_select

This commit is contained in:
N. Engelhardt 2025-06-30 13:35:17 +00:00 committed by GitHub
commit 7b0c1fe491
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -753,7 +753,7 @@ struct VerilogFileList : public Pass {
break;
}
extra_args(args, argidx, design);
extra_args(args, argidx, design, false);
}
} VerilogFilelist;