aboutsummaryrefslogtreecommitdiffstats
path: root/ice40/main.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ice40/main.cc')
-rw-r--r--ice40/main.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/ice40/main.cc b/ice40/main.cc
index fea53631..eb92d92f 100644
--- a/ice40/main.cc
+++ b/ice40/main.cc
@@ -25,13 +25,14 @@
#include <fstream>
#include <iostream>
#include "bitstream.h"
+#include "design_utils.h"
#include "jsonparse.h"
#include "log.h"
#include "mainwindow.h"
#include "nextpnr.h"
#include "pack.h"
#include "pcf.h"
-#include "place.h"
+#include "place_sa.h"
#include "pybindings.h"
#include "route.h"
#include "version.h"
@@ -221,6 +222,7 @@ int main(int argc, char *argv[])
}
pack_design(&design);
+ print_utilisation(&design);
if (!vm.count("pack-only")) {
place_design_sa(&design);
route_design(&design, verbose);