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:
parent
7073606299
commit
93874d274e
2 changed files with 7 additions and 3 deletions
|
@ -127,6 +127,7 @@ struct AutonamePass : public Pass {
|
|||
// }
|
||||
break;
|
||||
}
|
||||
extra_args(args, argidx, design);
|
||||
|
||||
log_header(design, "Executing AUTONAME pass.\n");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue