mirror of
https://github.com/YosysHQ/yosys
synced 2025-09-30 13:19:05 +00:00
abc9_ops: Remove temporary debug log message
I missed this when adding the -replace_zbufs option.
This commit is contained in:
parent
99a23c777c
commit
904d49c6d8
1 changed files with 0 additions and 1 deletions
|
@ -1600,7 +1600,6 @@ static void replace_zbufs(Design *design)
|
||||||
sig[i] = w;
|
sig[i] = w;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
log("XXX %s -> %s\n", log_signal(cell->getPort(ID::A)), log_signal(sig));
|
|
||||||
cell->setPort(ID::A, sig);
|
cell->setPort(ID::A, sig);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue