mirror of
https://github.com/YosysHQ/yosys
synced 2025-05-14 11:14:44 +00:00
aiger: fix -map and -vmap
This commit is contained in:
parent
f60bbe64ac
commit
2522bcd492
1 changed files with 1 additions and 1 deletions
|
@ -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));
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue