aboutsummaryrefslogtreecommitdiffstats
path: root/ice40/main.cc
diff options
context:
space:
mode:
authorDavid Shah <davey1576@gmail.com>2018-06-20 13:01:22 +0200
committerDavid Shah <davey1576@gmail.com>2018-06-20 13:01:22 +0200
commit4648d3bc839f1c8458d3b96bc572774600eaa33f (patch)
tree056e72e731613f432276bacc518684894de443d2 /ice40/main.cc
parent5ca4663294aff1f4af45e9abfffa20c1e44ea017 (diff)
downloadnextpnr-4648d3bc839f1c8458d3b96bc572774600eaa33f.tar.gz
nextpnr-4648d3bc839f1c8458d3b96bc572774600eaa33f.tar.bz2
nextpnr-4648d3bc839f1c8458d3b96bc572774600eaa33f.zip
Working on the timing annotator
Signed-off-by: David Shah <davey1576@gmail.com>
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")) {