mirror of
https://github.com/YosysHQ/yosys
synced 2025-10-13 19:20:19 +00:00
s/NEW_ID/NEWER_ID/g
This commit is contained in:
parent
e4d4de1020
commit
d2b28d7a25
130 changed files with 1275 additions and 1275 deletions
|
@ -494,11 +494,11 @@ struct RenamePass : public Pass {
|
|||
|
||||
for (auto wire : module->selected_wires())
|
||||
if (wire->name.isPublic() && wire->port_id == 0)
|
||||
new_wire_names[wire] = NEW_ID;
|
||||
new_wire_names[wire] = NEWER_ID;
|
||||
|
||||
for (auto cell : module->selected_cells())
|
||||
if (cell->name.isPublic())
|
||||
new_cell_names[cell] = NEW_ID;
|
||||
new_cell_names[cell] = NEWER_ID;
|
||||
|
||||
for (auto &it : new_wire_names)
|
||||
module->rename(it.first, it.second);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue