aboutsummaryrefslogtreecommitdiffstats
path: root/common/place_sa.cc
diff options
context:
space:
mode:
Diffstat (limited to 'common/place_sa.cc')
-rw-r--r--common/place_sa.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/place_sa.cc b/common/place_sa.cc
index 591766aa..4d0d5d08 100644
--- a/common/place_sa.cc
+++ b/common/place_sa.cc
@@ -480,6 +480,7 @@ bool place_design_sa(Context *ctx)
{
SAPlacer placer(ctx);
placer.place();
+ log_info("Checksum: 0x%08x\n", ctx->checksum());
return true;
}