aboutsummaryrefslogtreecommitdiffstats
path: root/ice40
diff options
context:
space:
mode:
authorDavid Shah <davey1576@gmail.com>2018-06-20 15:15:51 +0200
committerDavid Shah <davey1576@gmail.com>2018-06-20 15:15:51 +0200
commite45508f6c41273830312a5b88c5e25f266dc67ae (patch)
tree3cdc327ddeafbfc0d84b62ca42cac08e584da402 /ice40
parent2da90889efb194be4140ebfd5893bdf0ced223f3 (diff)
downloadnextpnr-e45508f6c41273830312a5b88c5e25f266dc67ae.tar.gz
nextpnr-e45508f6c41273830312a5b88c5e25f266dc67ae.tar.bz2
nextpnr-e45508f6c41273830312a5b88c5e25f266dc67ae.zip
Improving timing annotator
Signed-off-by: David Shah <davey1576@gmail.com>
Diffstat (limited to 'ice40')
-rw-r--r--ice40/main.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/ice40/main.cc b/ice40/main.cc
index ea7c9a66..13d8ac0b 100644
--- a/ice40/main.cc
+++ b/ice40/main.cc
@@ -273,7 +273,7 @@ int main(int argc, char *argv[])
if (!pack_design(&ctx) && !ctx.force)
log_error("Packing design failed.\n");
- assign_budget(&ctx);
+ assign_budget(&ctx, 50e6);
print_utilisation(&ctx);
if (!vm.count("pack-only")) {