mirror of
https://github.com/YosysHQ/yosys
synced 2025-07-24 13:18:56 +00:00
Fix clk_pol for FD*_1
This commit is contained in:
parent
7899a06ed6
commit
ea6ffea2cd
2 changed files with 3 additions and 4 deletions
|
@ -311,7 +311,6 @@ struct XAigerWriter
|
|||
alias_map[O] = q;
|
||||
undriven_bits.erase(O);
|
||||
ff_bits.emplace_back(q);
|
||||
|
||||
}
|
||||
else {
|
||||
for (const auto &conn : cell->connections()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue