mirror of
https://github.com/YosysHQ/nextpnr.git
synced 2026-02-07 00:47:26 +00:00
ecp5: Preserve top level IO properly
Signed-off-by: David Shah <dave@ds0.me>
This commit is contained in:
@@ -94,6 +94,9 @@ void connect_ports(Context *ctx, CellInfo *cell1, IdString port1_name, CellInfo
|
||||
// Rename a port if it exists on a cell
|
||||
void rename_port(Context *ctx, CellInfo *cell, IdString old_name, IdString new_name);
|
||||
|
||||
// Rename a net without invalidating pointers to it
|
||||
void rename_net(Context *ctx, NetInfo *net, IdString new_name);
|
||||
|
||||
void print_utilisation(const Context *ctx);
|
||||
|
||||
NEXTPNR_NAMESPACE_END
|
||||
|
||||
Reference in New Issue
Block a user