From 14d53dfec8dba93996f5c2877d60f6ed167d14fb Mon Sep 17 00:00:00 2001 From: gatecat Date: Thu, 17 Mar 2022 19:24:05 +0000 Subject: clangformat Signed-off-by: gatecat --- ice40/pack.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ice40/pack.cc') diff --git a/ice40/pack.cc b/ice40/pack.cc index f533941d..2b5def46 100644 --- a/ice40/pack.cc +++ b/ice40/pack.cc @@ -59,7 +59,8 @@ static void pack_lut_lutffs(Context *ctx) if (ctx->verbose) log_info("found attached dff %s\n", dff->name.c_str(ctx)); auto dff_bel = dff->attrs.find(id_BEL); - if (lut_bel != ci->attrs.end() && dff_bel != dff->attrs.end() && lut_bel->second != dff_bel->second) { + if (lut_bel != ci->attrs.end() && dff_bel != dff->attrs.end() && + lut_bel->second != dff_bel->second) { // Locations don't match, can't pack } else { lut_to_lc(ctx, ci, packed.get(), false); -- cgit v1.2.3