mirror of
https://github.com/YosysHQ/nextpnr.git
synced 2026-08-22 14:17:29 +02:00
Cleanup and fixes, flow works now
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user