From 82ed1803c726e912730c3053179f179b90c9b694 Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Sun, 2 Jun 2019 18:38:20 +0200 Subject: use NEXTPNR_BEL, since BEL is initial placement --- common/command.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common') diff --git a/common/command.cc b/common/command.cc index 7d4cd252..d0ef5174 100644 --- a/common/command.cc +++ b/common/command.cc @@ -350,7 +350,7 @@ int CommandHandler::executeMain(std::unique_ptr ctx) } else { for (auto &pair : ctx->cells) { auto &c = pair.second; - auto bel = c->attrs.find(ctx->id("BEL")); + auto bel = c->attrs.find(ctx->id("NEXTPNR_BEL")); if (bel!=c->attrs.end()) { BelId b = ctx->getBelByName(ctx->id(bel->second.c_str())); -- cgit v1.2.3