1
0
mirror of synced 2026-04-02 21:07:37 +00:00

aiger: fix -map and -vmap

This commit is contained in:
Emil J. Tywoniak
2025-05-09 14:21:10 +02:00
parent f60bbe64ac
commit 2522bcd492

View File

@@ -698,7 +698,7 @@ struct AigerWriter
}
if (wire->port_output) {
int o = ordered_outputs.at(sig[i]);
int o = ordered_outputs.at(SigSpec(wire, i));
output_lines[o] += stringf("output %d %d %s\n", o, index, log_id(wire));
}