Merge pull request #4313 from widlarizer/emil/fix-opt-demorgan-warning

opt_demorgan: fix extra args warning
This commit is contained in:
Emil J 2024-04-10 12:49:14 +02:00 committed by GitHub
commit c5912f4f95
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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;