3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-08-18 01:02:19 +00:00

rename.cc: Fixup ports after -unescape

This commit is contained in:
Krystine Sherwin 2025-08-15 10:48:32 +12:00
parent 195d3ef940
commit ec18d1aede
No known key found for this signature in database
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