mirror of
https://github.com/YosysHQ/nextpnr.git
synced 2026-04-25 20:01:22 +00:00
Use properties for settings and save in json
This commit is contained in:
@@ -907,7 +907,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->settings[ctx->id("input/json")] = filename;
|
||||
ctx->attributesToArchInfo();
|
||||
return true;
|
||||
} catch (log_execution_error_exception) {
|
||||
|
||||
Reference in New Issue
Block a user