diff options
Diffstat (limited to 'ice40')
-rw-r--r-- | ice40/main.cc | 2 |
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")) { |