1
0
mirror of synced 2026-04-24 19:40:49 +00:00

read_aiger: connect identical signals together

This commit is contained in:
Eddie Hung
2020-01-07 11:43:28 -08:00
parent baba33fbd3
commit b94cf0c126

View File

@@ -280,6 +280,7 @@ end_of_header:
if (wire) {
// Could have been renamed by a latch
module->swap_names(wire, outputs[l1]);
module->connect(outputs[l1], wire);
goto next;
}
wire = outputs[l1];