aboutsummaryrefslogtreecommitdiffstats
path: root/gowin/pack.cc
diff options
context:
space:
mode:
authorgatecat <gatecat@ds0.me>2021-12-12 18:49:37 +0000
committergatecat <gatecat@ds0.me>2021-12-12 18:49:37 +0000
commita933f82845e489af7f5e209d2d43ff79b4c521ca (patch)
tree08be8ba6ba457d9d75cfa2eeb365d03c6989f54c /gowin/pack.cc
parent0dafcc44ffcbe747babdadbb33d4dc140b5ea87c (diff)
downloadnextpnr-a933f82845e489af7f5e209d2d43ff79b4c521ca.tar.gz
nextpnr-a933f82845e489af7f5e209d2d43ff79b4c521ca.tar.bz2
nextpnr-a933f82845e489af7f5e209d2d43ff79b4c521ca.zip
clangformat
Signed-off-by: gatecat <gatecat@ds0.me>
Diffstat (limited to 'gowin/pack.cc')
-rw-r--r--gowin/pack.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/gowin/pack.cc b/gowin/pack.cc
index 4c6e28ca..cb63f1c9 100644
--- a/gowin/pack.cc
+++ b/gowin/pack.cc
@@ -89,9 +89,9 @@ static void pack_alus(Context *ctx)
}
std::unique_ptr<CellInfo> packed_head = create_generic_cell(ctx, id_SLICE, ci->name.str(ctx) + "_HEAD_ALULC");
- // Head is always SLICE0
- packed_head->constr_z = 0;
- packed_head->constr_abs_z = true;
+ // Head is always SLICE0
+ packed_head->constr_z = 0;
+ packed_head->constr_abs_z = true;
if (ctx->verbose) {
log_info("packed ALU head into %s. CIN net is %s\n", ctx->nameOf(packed_head.get()),
ctx->nameOf(cin_netId));