aboutsummaryrefslogtreecommitdiffstats
path: root/generic/pack.cc
diff options
context:
space:
mode:
authorMiodrag Milanovic <mmicko@gmail.com>2019-06-14 09:59:04 +0200
committerMiodrag Milanovic <mmicko@gmail.com>2019-06-14 09:59:04 +0200
commit36ccc22fc93eddd9b6ed867782668b0057ec67e2 (patch)
tree39652b8a959b7248101b4ecda929e77dff174307 /generic/pack.cc
parentca7e944d7a58bc305f0efce4da757520a6a86041 (diff)
downloadnextpnr-36ccc22fc93eddd9b6ed867782668b0057ec67e2.tar.gz
nextpnr-36ccc22fc93eddd9b6ed867782668b0057ec67e2.tar.bz2
nextpnr-36ccc22fc93eddd9b6ed867782668b0057ec67e2.zip
Use flags for each step
Diffstat (limited to 'generic/pack.cc')
-rw-r--r--generic/pack.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/pack.cc b/generic/pack.cc
index 0d47ea19..558eca7c 100644
--- a/generic/pack.cc
+++ b/generic/pack.cc
@@ -282,7 +282,7 @@ bool Arch::pack()
pack_io(ctx);
pack_lut_lutffs(ctx);
pack_nonlut_ffs(ctx);
- ctx->attrs[ctx->id("step")] = "pack";
+ ctx->settings[ctx->id("pack")] = "1";
ctx->assignArchInfo();
log_info("Checksum: 0x%08x\n", ctx->checksum());
return true;