aboutsummaryrefslogtreecommitdiffstats
path: root/frontend/json/jsonparse.cc
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/json/jsonparse.cc')
-rw-r--r--frontend/json/jsonparse.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/frontend/json/jsonparse.cc b/frontend/json/jsonparse.cc
index 32ae0953..277e602a 100644
--- a/frontend/json/jsonparse.cc
+++ b/frontend/json/jsonparse.cc
@@ -828,6 +828,9 @@ void parse_json_file(std::istream *&f, std::string &filename, Context *ctx)
{
auto *parser = new JsonParser::JsonFrontend();
parser->execute(f, filename, ctx);
+
+ log_info("Checksum: 0x%08x\n", ctx->checksum());
+ log_break();
}
NEXTPNR_NAMESPACE_END