mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-23 09:05:32 +00:00
opt_demorgan: fix extra args warning
This commit is contained in:
parent
040605b047
commit
4bb3b099d2
1 changed files with 1 additions and 1 deletions
|
@ -183,7 +183,7 @@ struct OptDemorganPass : public Pass {
|
|||
{
|
||||
log_header(design, "Executing OPT_DEMORGAN pass (push inverters through $reduce_* cells).\n");
|
||||
|
||||
int argidx = 0;
|
||||
int argidx = 1;
|
||||
extra_args(args, argidx, design);
|
||||
|
||||
unsigned int cells_changed = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue