mirror of https://github.com/YosysHQ/yosys.git
abc_new: Fix PI confusion in whitebox model export
This commit is contained in:
parent
2a3f60bc06
commit
559209c856
|
@ -1102,7 +1102,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);
|
||||
|
|
Loading…
Reference in New Issue