mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-24 01:25:33 +00:00
Merge remote-tracking branch 'origin/eddie/abc9_refactor' into eddie/abc9_required
This commit is contained in:
commit
588a713b54
2 changed files with 1 additions and 10 deletions
|
@ -370,7 +370,7 @@ struct XAigerWriter
|
|||
unused_bits.erase(I);
|
||||
}
|
||||
if (w->port_output)
|
||||
for (const auto &b : rhs.bits()) {
|
||||
for (const auto &b : rhs) {
|
||||
SigBit O = sigmap(b);
|
||||
if (O != b)
|
||||
alias_map[O] = b;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue