aboutsummaryrefslogtreecommitdiffstats
path: root/ice40/pack.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ice40/pack.cc')
-rw-r--r--ice40/pack.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/ice40/pack.cc b/ice40/pack.cc
index 8a6f1c45..7fcf2750 100644
--- a/ice40/pack.cc
+++ b/ice40/pack.cc
@@ -487,12 +487,14 @@ static void promote_globals(Context *ctx)
// Main pack function
bool pack_design(Context *ctx)
{
+ log_break();
pack_constants(ctx);
promote_globals(ctx);
pack_io(ctx);
pack_lut_lutffs(ctx);
pack_nonlut_ffs(ctx);
pack_ram(ctx);
+ log_info("Checksum: 0x%08x\n", ctx->checksum());
return true;
}