3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-09-06 09:51:10 +00:00

autoname: Fix selection arg

This commit is contained in:
Krystine Sherwin 2025-08-09 10:52:52 +12:00
parent 7073606299
commit 93874d274e
No known key found for this signature in database
2 changed files with 7 additions and 3 deletions

View file

@ -127,6 +127,7 @@ struct AutonamePass : public Pass {
// }
break;
}
extra_args(args, argidx, design);
log_header(design, "Executing AUTONAME pass.\n");