mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-12 17:06:15 +00:00
Fix debug message
This commit is contained in:
parent
b706ae82de
commit
c04921c3a8
1 changed files with 1 additions and 0 deletions
|
@ -900,6 +900,7 @@ void AigerReader::post_process()
|
||||||
else {
|
else {
|
||||||
wire->port_output = false;
|
wire->port_output = false;
|
||||||
module->connect(wire, existing);
|
module->connect(wire, existing);
|
||||||
|
wire = existing;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else if (index > 0) {
|
else if (index > 0) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue