mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-06 06:03:23 +00:00
Merge remote-tracking branch 'origin/master' into xaig_dff
This commit is contained in:
commit
09ee96e8c2
228 changed files with 35110 additions and 24029 deletions
|
@ -91,6 +91,9 @@ struct AigerWriter
|
|||
} else
|
||||
if (alias_map.count(bit)) {
|
||||
a = bit2aig(alias_map.at(bit));
|
||||
} else
|
||||
if (initstate_bits.count(bit)) {
|
||||
a = initstate_ff;
|
||||
}
|
||||
|
||||
if (bit == State::Sx || bit == State::Sz)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue