mirror of
https://github.com/YosysHQ/nextpnr.git
synced 2026-08-22 14:17:29 +02:00
Save settings that we saved in project
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user