aboutsummaryrefslogtreecommitdiffstats
path: root/ice40/main.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ice40/main.cc')
-rw-r--r--ice40/main.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/ice40/main.cc b/ice40/main.cc
index 4917574d..3cd97f48 100644
--- a/ice40/main.cc
+++ b/ice40/main.cc
@@ -35,6 +35,7 @@
#include "pybindings.h"
#include "route.h"
#include "version.h"
+#include "design_utils.h"
void svg_dump_el(const GraphicElement &el)
{
@@ -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);