aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ice40/pack.cc1
1 files changed, 0 insertions, 1 deletions
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;