aboutsummaryrefslogtreecommitdiffstats
path: root/common/basectx.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/basectx.h')
-rw-r--r--common/basectx.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/basectx.h b/common/basectx.h
index 507f29cd..21d6d63a 100644
--- a/common/basectx.h
+++ b/common/basectx.h
@@ -226,6 +226,7 @@ struct BaseCtx
void disconnectPort(IdString cell, IdString port);
void ripupNet(IdString name);
void lockNetRouting(IdString name);
+ void renameNet(IdString old_name, IdString new_name);
CellInfo *createCell(IdString name, IdString type);
void copyBelPorts(IdString cell, BelId bel);