3
0
Fork 0
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:
Lofty 2026-02-11 14:06:53 +00:00
parent fba29ea8f1
commit fb2f3bdb4e
4 changed files with 45 additions and 9 deletions

View file

@ -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);