1
0
mirror of https://github.com/YosysHQ/nextpnr.git synced 2026-04-29 13:22:05 +00:00

Save settings and give nicer names to some

This commit is contained in:
Miodrag Milanovic
2018-08-10 19:11:30 +02:00
parent 93a0d24560
commit e5006d4f2f
6 changed files with 15 additions and 7 deletions

View File

@@ -754,7 +754,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("project/input/json"), filename);
ctx->settings.emplace(ctx->id("input/json"), filename);
return true;
} catch (log_execution_error_exception) {
return false;