aboutsummaryrefslogtreecommitdiffstats
path: root/ice40/main.cc
diff options
context:
space:
mode:
authorDavid Shah <davey1576@gmail.com>2018-06-27 15:24:34 +0200
committerDavid Shah <davey1576@gmail.com>2018-06-27 15:24:34 +0200
commit885fe93a17fc841912c5a58bcf6c89668f453a4d (patch)
tree25f295c04ab6311cdb9d3241060890b684cad709 /ice40/main.cc
parent92ddc31003b9847ae8496f6917b64468cd6ed564 (diff)
downloadnextpnr-885fe93a17fc841912c5a58bcf6c89668f453a4d.tar.gz
nextpnr-885fe93a17fc841912c5a58bcf6c89668f453a4d.tar.bz2
nextpnr-885fe93a17fc841912c5a58bcf6c89668f453a4d.zip
ice40: Carry packer bugfix
Signed-off-by: David Shah <davey1576@gmail.com>
Diffstat (limited to 'ice40/main.cc')
-rw-r--r--ice40/main.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/ice40/main.cc b/ice40/main.cc
index 6c2602dc..8f500efb 100644
--- a/ice40/main.cc
+++ b/ice40/main.cc
@@ -364,6 +364,7 @@ int main(int argc, char *argv[])
if (vm.count("freq"))
freq = vm["freq"].as<double>() * 1e6;
assign_budget(&ctx, freq);
+ ctx.check();
print_utilisation(&ctx);
bool timing_driven = true;
if (vm.count("no-tmdriv"))