3
0
Fork 0
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:
Eddie Hung 2019-07-10 20:10:20 -07:00
parent 7899a06ed6
commit ea6ffea2cd
2 changed files with 3 additions and 4 deletions

View file

@ -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()) {