diff options
Diffstat (limited to 'ice40')
-rw-r--r-- | ice40/main.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ice40/main.cc b/ice40/main.cc index 8f500efb..732a62f4 100644 --- a/ice40/main.cc +++ b/ice40/main.cc @@ -372,7 +372,6 @@ int main(int argc, char *argv[]) if (!vm.count("pack-only")) { if (!place_design_sa(&ctx, timing_driven) && !ctx.force) log_error("Placing design failed.\n"); - legalise_design(&ctx); ctx.check(); if (!route_design(&ctx) && !ctx.force) log_error("Routing design failed.\n"); |