diff options
author | Miodrag Milanovic <mmicko@gmail.com> | 2022-12-22 15:26:39 +0100 |
---|---|---|
committer | Miodrag Milanovic <mmicko@gmail.com> | 2022-12-22 15:26:39 +0100 |
commit | bd628ce5918129ae37b64abf897bf8270c97b11b (patch) | |
tree | 3584a1d08fbefb3984de9341559cbd84b0afa2cb /common/kernel/design_utils.h | |
parent | a80d63b26810e2e5dab8d3d626f9b3052f734c95 (diff) | |
download | nextpnr-bd628ce5918129ae37b64abf897bf8270c97b11b.tar.gz nextpnr-bd628ce5918129ae37b64abf897bf8270c97b11b.tar.bz2 nextpnr-bd628ce5918129ae37b64abf897bf8270c97b11b.zip |
Remove deprecated functions
Diffstat (limited to 'common/kernel/design_utils.h')
-rw-r--r-- | common/kernel/design_utils.h | 3 |
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 |