3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-10-03 14:33:57 +00:00

Merge pull request #5291 from YosysHQ/krys/rename_escape

rename.cc: Fixup ports after -unescape
This commit is contained in:
KrystalDelusion 2025-08-16 12:19:49 +12:00 committed by GitHub
commit 7799c6e6ac
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 17 additions and 0 deletions

View file

@ -598,6 +598,8 @@ struct RenamePass : public Pass {
for (auto &it : new_cell_names)
module->rename(it.first, it.second);
module->fixup_ports();
}
}
else