diff options
author | Miodrag Milanovic <mmicko@gmail.com> | 2019-06-07 16:11:11 +0200 |
---|---|---|
committer | Miodrag Milanovic <mmicko@gmail.com> | 2019-06-07 16:11:11 +0200 |
commit | d9b0bac248a12466cd2b62d02ec11b2e60d25019 (patch) | |
tree | 2ab86f7b951134cda53cf24d31c3007a0c218d25 /ice40/pack.cc | |
parent | ef1a5fa60653a89fe008288aa4da00c481db2c46 (diff) | |
download | nextpnr-d9b0bac248a12466cd2b62d02ec11b2e60d25019.tar.gz nextpnr-d9b0bac248a12466cd2b62d02ec11b2e60d25019.tar.bz2 nextpnr-d9b0bac248a12466cd2b62d02ec11b2e60d25019.zip |
Save top level attrs and store current step
Diffstat (limited to 'ice40/pack.cc')
-rw-r--r-- | ice40/pack.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ice40/pack.cc b/ice40/pack.cc index 0a62a5ca..ce39c903 100644 --- a/ice40/pack.cc +++ b/ice40/pack.cc @@ -1421,6 +1421,7 @@ bool Arch::pack() ctx->assignArchInfo(); constrain_chains(ctx); ctx->assignArchInfo(); + ctx->attrs[ctx->id("step")] = "pack"; archInfoToAttributes(); log_info("Checksum: 0x%08x\n", ctx->checksum()); return true; |