mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-11 21:50:54 +00:00
Updates from yosys
This commit is contained in:
parent
45eee94a8f
commit
6a3bb58d5d
10 changed files with 209 additions and 36 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