aboutsummaryrefslogtreecommitdiffstats
path: root/ice40/pcf.cc
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2018-06-18 14:07:18 +0200
committerClifford Wolf <clifford@clifford.at>2018-06-18 14:07:18 +0200
commit58e3104796480c66a303a4266e6459c7b21295ea (patch)
treea67c779f5eb3bf9c9865a373cced512fdfe30ff9 /ice40/pcf.cc
parent8ee149f4fcb66cb61aa729263448c0935fb4d2ad (diff)
downloadnextpnr-58e3104796480c66a303a4266e6459c7b21295ea.tar.gz
nextpnr-58e3104796480c66a303a4266e6459c7b21295ea.tar.bz2
nextpnr-58e3104796480c66a303a4266e6459c7b21295ea.zip
Updates from clangformat
Signed-off-by: Clifford Wolf <clifford@clifford.at>
Diffstat (limited to 'ice40/pcf.cc')
-rw-r--r--ice40/pcf.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/ice40/pcf.cc b/ice40/pcf.cc
index 6fc90118..756aba4a 100644
--- a/ice40/pcf.cc
+++ b/ice40/pcf.cc
@@ -58,8 +58,7 @@ void apply_pcf(Context *ctx, std::istream &in)
if (pin_bel == BelId())
log_error("package does not have a pin named %s\n",
pin.c_str());
- fnd_cell->second->attrs["BEL"] =
- ctx->getBelName(pin_bel).str();
+ fnd_cell->second->attrs["BEL"] = ctx->getBelName(pin_bel).str();
log_info("constrained '%s' to bel '%s'\n", cell.c_str(),
fnd_cell->second->attrs["BEL"].c_str());
}