aboutsummaryrefslogtreecommitdiffstats
path: root/ecp5
diff options
context:
space:
mode:
authorgatecat <gatecat@ds0.me>2021-08-24 12:48:08 +0100
committergatecat <gatecat@ds0.me>2021-08-24 12:48:08 +0100
commite15f0db4084cce19a77d813b2a9d6b665bd4217a (patch)
tree54e6f3ba9eabdf0b958921030e505fd685353deb /ecp5
parent86393c8c8e8811f0be399557e844947c051808b5 (diff)
downloadnextpnr-e15f0db4084cce19a77d813b2a9d6b665bd4217a.tar.gz
nextpnr-e15f0db4084cce19a77d813b2a9d6b665bd4217a.tar.bz2
nextpnr-e15f0db4084cce19a77d813b2a9d6b665bd4217a.zip
clangformat
Signed-off-by: gatecat <gatecat@ds0.me>
Diffstat (limited to 'ecp5')
-rw-r--r--ecp5/pack.cc10
1 files changed, 5 insertions, 5 deletions
diff --git a/ecp5/pack.cc b/ecp5/pack.cc
index 11d2f0ef..3bc2dbb3 100644
--- a/ecp5/pack.cc
+++ b/ecp5/pack.cc
@@ -1771,19 +1771,19 @@ class Ecp5Packer
if (ci->attrs.count(ctx->id("LOC"))) {
std::string loc = ci->attrs.at(ctx->id("LOC")).as_string();
if (loc == "EXTREF0" &&
- (ctx->args.type == ArchArgs::LFE5UM_25F || ctx->args.type == ArchArgs::LFE5UM5G_25F))
+ (ctx->args.type == ArchArgs::LFE5UM_25F || ctx->args.type == ArchArgs::LFE5UM5G_25F))
loc_bel = std::string("X42/Y50/EXTREF");
else if (loc == "EXTREF0" &&
- (ctx->args.type == ArchArgs::LFE5UM_45F || ctx->args.type == ArchArgs::LFE5UM5G_45F))
+ (ctx->args.type == ArchArgs::LFE5UM_45F || ctx->args.type == ArchArgs::LFE5UM5G_45F))
loc_bel = std::string("X42/Y71/EXTREF");
else if (loc == "EXTREF1" &&
- (ctx->args.type == ArchArgs::LFE5UM_45F || ctx->args.type == ArchArgs::LFE5UM5G_45F))
+ (ctx->args.type == ArchArgs::LFE5UM_45F || ctx->args.type == ArchArgs::LFE5UM5G_45F))
loc_bel = std::string("X69/Y71/EXTREF");
else if (loc == "EXTREF0" &&
- (ctx->args.type == ArchArgs::LFE5UM_85F || ctx->args.type == ArchArgs::LFE5UM5G_85F))
+ (ctx->args.type == ArchArgs::LFE5UM_85F || ctx->args.type == ArchArgs::LFE5UM5G_85F))
loc_bel = std::string("X46/Y95/EXTREF");
else if (loc == "EXTREF1" &&
- (ctx->args.type == ArchArgs::LFE5UM_85F || ctx->args.type == ArchArgs::LFE5UM5G_85F))
+ (ctx->args.type == ArchArgs::LFE5UM_85F || ctx->args.type == ArchArgs::LFE5UM5G_85F))
loc_bel = std::string("X71/Y95/EXTREF");
}
if (refo == nullptr)