aboutsummaryrefslogtreecommitdiffstats
path: root/fpga_interchange/arch_pack_clusters.cc
diff options
context:
space:
mode:
authorgatecat <gatecat@ds0.me>2022-02-18 12:07:49 +0000
committerGitHub <noreply@github.com>2022-02-18 12:07:49 +0000
commit347ba3afb3f541edc594c8bc276cce481c7a7e03 (patch)
tree28483964fb3c92bc104ab6162d1c9196651ced26 /fpga_interchange/arch_pack_clusters.cc
parent61d1db16be2c68cf6ae8b4d2ff3266b5c7086ad2 (diff)
parent6a32aca4ac8705b637943c236cedd2f36422fb21 (diff)
downloadnextpnr-347ba3afb3f541edc594c8bc276cce481c7a7e03.tar.gz
nextpnr-347ba3afb3f541edc594c8bc276cce481c7a7e03.tar.bz2
nextpnr-347ba3afb3f541edc594c8bc276cce481c7a7e03.zip
Merge pull request #919 from YosysHQ/gatecat/netlist-iii
refactor: New member functions to replace design_utils
Diffstat (limited to 'fpga_interchange/arch_pack_clusters.cc')
-rw-r--r--fpga_interchange/arch_pack_clusters.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/fpga_interchange/arch_pack_clusters.cc b/fpga_interchange/arch_pack_clusters.cc
index b003812e..31e0522b 100644
--- a/fpga_interchange/arch_pack_clusters.cc
+++ b/fpga_interchange/arch_pack_clusters.cc
@@ -901,7 +901,7 @@ void Arch::prepare_cluster(const ClusterPOD *cluster, uint32_t index)
// reachable due to the fixed dedicated interconnect.
// E.g.: The CI input of carry chains in 7series corresponds to the CIN bel port,
// which can only be connected to the COUT output of the tile below.
- disconnect_port(ctx, ci, sink_port);
+ ci->disconnectPort(sink_port);
}
}