aboutsummaryrefslogtreecommitdiffstats
path: root/ice40/arch_place.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ice40/arch_place.cc')
-rw-r--r--ice40/arch_place.cc9
1 files changed, 0 insertions, 9 deletions
diff --git a/ice40/arch_place.cc b/ice40/arch_place.cc
index 4160a644..adc90f2f 100644
--- a/ice40/arch_place.cc
+++ b/ice40/arch_place.cc
@@ -24,15 +24,6 @@
NEXTPNR_NAMESPACE_BEGIN
-static const NetInfo *get_net_or_empty(const CellInfo *cell, const IdString port)
-{
- auto found = cell->ports.find(port);
- if (found != cell->ports.end())
- return found->second.net;
- else
- return nullptr;
-};
-
bool Arch::logicCellsCompatible(const std::vector<const CellInfo *> &cells) const
{
bool dffs_exist = false, dffs_neg = false;