mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-27 02:45:52 +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 {
|
||||
wire->port_output = false;
|
||||
module->connect(wire, existing);
|
||||
wire = existing;
|
||||
}
|
||||
}
|
||||
else if (index > 0) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue