mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-18 11:58:32 +00:00
Use sigmap signal
This commit is contained in:
parent
b19fc8839b
commit
42f990f3a6
1 changed files with 1 additions and 1 deletions
|
@ -471,7 +471,7 @@ struct XAigerWriter
|
||||||
SigBit O = sigmap(b);
|
SigBit O = sigmap(b);
|
||||||
if (O != b)
|
if (O != b)
|
||||||
alias_map[O] = b;
|
alias_map[O] = b;
|
||||||
input_bits.erase(b);
|
input_bits.erase(O);
|
||||||
undriven_bits.erase(O);
|
undriven_bits.erase(O);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue