aboutsummaryrefslogtreecommitdiffstats
path: root/common/kernel/design_utils.h
diff options
context:
space:
mode:
authormyrtle <gatecat@ds0.me>2022-12-22 21:19:21 +0100
committerGitHub <noreply@github.com>2022-12-22 21:19:21 +0100
commit76fea8268ca7c3f9a9f4f610951f9ea84993e974 (patch)
tree65d9723eb70a6ba44ade5eda186a0993bf3fb664 /common/kernel/design_utils.h
parenta80d63b26810e2e5dab8d3d626f9b3052f734c95 (diff)
parent64f7306b24ac26bf05a3009b2f4b54489739ab28 (diff)
downloadnextpnr-76fea8268ca7c3f9a9f4f610951f9ea84993e974.tar.gz
nextpnr-76fea8268ca7c3f9a9f4f610951f9ea84993e974.tar.bz2
nextpnr-76fea8268ca7c3f9a9f4f610951f9ea84993e974.zip
Merge pull request #1068 from YosysHQ/cleanup_and_sync
Cleanup and sync
Diffstat (limited to 'common/kernel/design_utils.h')
-rw-r--r--common/kernel/design_utils.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/common/kernel/design_utils.h b/common/kernel/design_utils.h
index 069600b5..c290a35b 100644
--- a/common/kernel/design_utils.h
+++ b/common/kernel/design_utils.h
@@ -31,9 +31,6 @@ NEXTPNR_NAMESPACE_BEGIN
Utilities for design manipulation, intended for use inside packing algorithms
*/
-// Disconnect a net (if connected) from old, and connect it to rep
-void replace_port(CellInfo *old_cell, IdString old_name, CellInfo *rep_cell, IdString rep_name);
-
// If a net drives a given port of a cell matching a predicate (in many
// cases more than one cell type, e.g. SB_DFFxx so a predicate is used), return
// the first instance of that cell (otherwise nullptr). If exclusive is set to