From c18b7b3f6ecb03cb264d83df6da4d85c16716737 Mon Sep 17 00:00:00 2001 From: David Shah Date: Fri, 29 Jun 2018 12:02:34 +0200 Subject: ice40: Reworking placement legalisation to allow integration with SA placer Signed-off-by: David Shah --- ice40/arch_place.cc | 9 --------- 1 file changed, 9 deletions(-) (limited to 'ice40/arch_place.cc') 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 &cells) const { bool dffs_exist = false, dffs_neg = false; -- cgit v1.2.3