mirror of
https://github.com/YosysHQ/yosys
synced 2026-02-21 07:54:43 +00:00
abc9: perform name preservation
This commit is contained in:
parent
fba29ea8f1
commit
fb2f3bdb4e
4 changed files with 45 additions and 9 deletions
|
|
@ -907,6 +907,9 @@ void AigerReader::post_process()
|
|||
log_debug("Box %d (%s) no longer exists.\n", variable, log_id(escaped_s));
|
||||
else
|
||||
module->rename(cell, escaped_s);
|
||||
}
|
||||
else if (type == "node") {
|
||||
|
||||
}
|
||||
else
|
||||
log_error("Symbol type '%s' not recognised.\n", type);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue