Skip to content

Commit

Permalink
abc_new: Fix PI confusion in whitebox model export
Browse files Browse the repository at this point in the history
  • Loading branch information
povik committed Nov 13, 2024
1 parent 37b5cf8 commit f8e0e12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backends/aiger2/aiger.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1105,7 +1105,7 @@ struct XAigerWriter : AigerWriter {
holes_module->ports.push_back(w->name);
holes_pis.push_back(w);
}
in_conn.append(holes_pis[i]);
in_conn.append(holes_pis[holes_pi_idx]);
holes_pi_idx++;
}
holes_wb->setPort(port_id, in_conn);
Expand Down

0 comments on commit f8e0e12

Please sign in to comment.