From 4648d3bc839f1c8458d3b96bc572774600eaa33f Mon Sep 17 00:00:00 2001 From: David Shah Date: Wed, 20 Jun 2018 13:01:22 +0200 Subject: Working on the timing annotator Signed-off-by: David Shah --- ice40/main.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ice40/main.cc') 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")) { -- cgit v1.2.3