mirror of https://github.com/YosysHQ/yosys.git
Fix debug message
This commit is contained in:
parent
b706ae82de
commit
c04921c3a8
|
@ -900,6 +900,7 @@ void AigerReader::post_process()
|
|||
else {
|
||||
wire->port_output = false;
|
||||
module->connect(wire, existing);
|
||||
wire = existing;
|
||||
}
|
||||
}
|
||||
else if (index > 0) {
|
||||
|
|
Loading…
Reference in New Issue