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

autoname: Fix selection arg

This commit is contained in:
Krystine Sherwin 2025-08-09 10:52:52 +12:00 committed by Emil J. Tywoniak
parent fc2cb32e50
commit bc77b6213b
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");