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:
parent
fc2cb32e50
commit
bc77b6213b
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