diff options
author | Miodrag Milanovic <mmicko@gmail.com> | 2019-06-13 18:39:16 +0200 |
---|---|---|
committer | Miodrag Milanovic <mmicko@gmail.com> | 2019-06-13 18:39:16 +0200 |
commit | 4de147d9e42d7c932773544011a36e4550530a9e (patch) | |
tree | 076ab4930c4bb36be05aa3711f08e929c4b713b2 /json | |
parent | c760b0326182c3779373fba1f77aad200c9b1b89 (diff) | |
download | nextpnr-4de147d9e42d7c932773544011a36e4550530a9e.tar.gz nextpnr-4de147d9e42d7c932773544011a36e4550530a9e.tar.bz2 nextpnr-4de147d9e42d7c932773544011a36e4550530a9e.zip |
Save settings that we saved in project
Diffstat (limited to 'json')
-rw-r--r-- | json/jsonparse.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/json/jsonparse.cc b/json/jsonparse.cc index f0d0069a..df8f45db 100644 --- a/json/jsonparse.cc +++ b/json/jsonparse.cc @@ -907,7 +907,6 @@ bool parse_json_file(std::istream &f, std::string &filename, Context *ctx) log_info("Checksum: 0x%08x\n", ctx->checksum()); log_break(); - ctx->settings[ctx->id("input/json")] = filename; ctx->attributesToArchInfo(); return true; } catch (log_execution_error_exception) { |