aboutsummaryrefslogtreecommitdiffstats
path: root/ice40/main.cc
diff options
context:
space:
mode:
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"))