aboutsummaryrefslogtreecommitdiffstats
path: root/ecp5/pack.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ecp5/pack.cc')
-rw-r--r--ecp5/pack.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/ecp5/pack.cc b/ecp5/pack.cc
index 20130aad..4077bfed 100644
--- a/ecp5/pack.cc
+++ b/ecp5/pack.cc
@@ -2429,6 +2429,7 @@ bool Arch::pack()
Ecp5Packer(ctx).pack();
log_info("Checksum: 0x%08x\n", ctx->checksum());
assignArchInfo();
+ ctx->attrs[ctx->id("step")] = "pack";
archInfoToAttributes();
return true;
} catch (log_execution_error_exception) {