diff options
Diffstat (limited to 'ecp5/pack.cc')
-rw-r--r-- | ecp5/pack.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ecp5/pack.cc b/ecp5/pack.cc index 548c38d8..5b924759 100644 --- a/ecp5/pack.cc +++ b/ecp5/pack.cc @@ -2428,6 +2428,7 @@ bool Arch::pack() Ecp5Packer(ctx).pack(); log_info("Checksum: 0x%08x\n", ctx->checksum()); assignArchInfo(); + archInfoToAttributes(); return true; } catch (log_execution_error_exception) { assignArchInfo(); |