3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-08-11 21:50:54 +00:00

Updates from yosys

This commit is contained in:
Akash Levy 2024-04-14 18:53:44 -07:00
parent 45eee94a8f
commit 6a3bb58d5d
10 changed files with 209 additions and 36 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;