aboutsummaryrefslogtreecommitdiffstats
path: root/json
diff options
context:
space:
mode:
authorMiodrag Milanovic <mmicko@gmail.com>2019-06-07 13:18:43 +0200
committerMiodrag Milanovic <mmicko@gmail.com>2019-06-07 13:19:11 +0200
commita8871ea8aa6e17b2fbc8f70ce0f96cca18bac928 (patch)
tree50d4c4ca34396a0896f68397140e47d85e540d59 /json
parent729e6c1ee93d5c1fadffce88c1c48c93ff75fc42 (diff)
downloadnextpnr-a8871ea8aa6e17b2fbc8f70ce0f96cca18bac928.tar.gz
nextpnr-a8871ea8aa6e17b2fbc8f70ce0f96cca18bac928.tar.bz2
nextpnr-a8871ea8aa6e17b2fbc8f70ce0f96cca18bac928.zip
Cleanup and fixes, flow works now
Diffstat (limited to 'json')
-rw-r--r--json/jsonparse.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/json/jsonparse.cc b/json/jsonparse.cc
index 41d54188..1ff4f5af 100644
--- a/json/jsonparse.cc
+++ b/json/jsonparse.cc
@@ -880,7 +880,7 @@ bool parse_json_file(std::istream &f, std::string &filename, Context *ctx)
log_info("Checksum: 0x%08x\n", ctx->checksum());
log_break();
ctx->settings.emplace(ctx->id("input/json"), filename);
- ctx->attributesToCommonInfo();
+ ctx->attributesToArchInfo();
return true;
} catch (log_execution_error_exception) {
return false;