aboutsummaryrefslogtreecommitdiffstats
path: root/ice40/pack.cc
diff options
context:
space:
mode:
authorDavid Shah <davey1576@gmail.com>2018-07-18 14:34:32 +0200
committerDavid Shah <davey1576@gmail.com>2018-07-18 14:34:32 +0200
commit08ceb8a059d96a0546c02eb3ee75e46093e2ee44 (patch)
tree93f5332b1235a52e50df67b06007d0a0393afb97 /ice40/pack.cc
parentddd94edfe0af32a33e5b71b9768c706f8b37d61b (diff)
downloadnextpnr-08ceb8a059d96a0546c02eb3ee75e46093e2ee44.tar.gz
nextpnr-08ceb8a059d96a0546c02eb3ee75e46093e2ee44.tar.bz2
nextpnr-08ceb8a059d96a0546c02eb3ee75e46093e2ee44.zip
ice40: Renaming
Signed-off-by: David Shah <davey1576@gmail.com>
Diffstat (limited to 'ice40/pack.cc')
-rw-r--r--ice40/pack.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/ice40/pack.cc b/ice40/pack.cc
index 76e36151..5f7e95f3 100644
--- a/ice40/pack.cc
+++ b/ice40/pack.cc
@@ -593,7 +593,7 @@ bool Arch::pack()
pack_carries(ctx);
pack_ram(ctx);
pack_special(ctx);
- ctx->assignArchArgs();
+ ctx->assignArchInfo();
log_info("Checksum: 0x%08x\n", ctx->checksum());
return true;
} catch (log_execution_error_exception) {