From 2039112a472fade4b161502dc683461640386304 Mon Sep 17 00:00:00 2001 From: Sergiusz Bazanski Date: Tue, 24 Jul 2018 15:59:18 +0100 Subject: [PATCH] ice40: after review --- ice40/pack.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/ice40/pack.cc b/ice40/pack.cc index b1e7380e..b4f711f3 100644 --- a/ice40/pack.cc +++ b/ice40/pack.cc @@ -693,7 +693,6 @@ static void pack_special(Context *ctx) BelId pll_bel; bool constrained = false; if (packed->attrs.find(ctx->id("BEL")) == packed->attrs.end()) { - // FIXME replace by getBelsByType when implemented for (auto bel : ctx->getBels()) { if (ctx->getBelType(bel) != TYPE_ICESTORM_PLL) continue;