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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user