1
0
mirror of https://github.com/YosysHQ/nextpnr.git synced 2026-05-03 14:48:34 +00:00

Save top level attrs and store current step

This commit is contained in:
Miodrag Milanovic
2019-06-07 16:11:11 +02:00
parent ef1a5fa606
commit d9b0bac248
9 changed files with 55 additions and 5 deletions

View File

@@ -282,6 +282,7 @@ bool Arch::pack()
pack_io(ctx);
pack_lut_lutffs(ctx);
pack_nonlut_ffs(ctx);
ctx->attrs[ctx->id("step")] = "pack";
ctx->assignArchInfo();
log_info("Checksum: 0x%08x\n", ctx->checksum());
return true;