aboutsummaryrefslogtreecommitdiffstats
path: root/ice40/main.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ice40/main.cc')
-rw-r--r--ice40/main.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/ice40/main.cc b/ice40/main.cc
index 802a08b8..70d88946 100644
--- a/ice40/main.cc
+++ b/ice40/main.cc
@@ -36,6 +36,7 @@
#include "pybindings.h"
#include "route.h"
#include "version.h"
+#include "timing.h"
void svg_dump_el(const GraphicElement &el)
{
@@ -232,7 +233,7 @@ int main(int argc, char *argv[])
if (!pack_design(&ctx) && !ctx.force)
log_error("Packing design failed.\n");
-
+ assign_budget(&ctx);
print_utilisation(&ctx);
if (!vm.count("pack-only")) {