diff options
author | Sergiusz Bazanski <q3k@q3k.org> | 2018-07-24 15:59:18 +0100 |
---|---|---|
committer | Sergiusz Bazanski <q3k@q3k.org> | 2018-07-24 15:59:18 +0100 |
commit | 2039112a472fade4b161502dc683461640386304 (patch) | |
tree | 15fc886cd9c25072e87b17eebc2009e3d3430d7b /ice40 | |
parent | b31e95f82caf53a98827134a9f1719822d9dea52 (diff) | |
download | nextpnr-2039112a472fade4b161502dc683461640386304.tar.gz nextpnr-2039112a472fade4b161502dc683461640386304.tar.bz2 nextpnr-2039112a472fade4b161502dc683461640386304.zip |
ice40: after review
Diffstat (limited to 'ice40')
-rw-r--r-- | ice40/pack.cc | 1 |
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; |