aboutsummaryrefslogtreecommitdiffstats
path: root/ice40/main.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ice40/main.cc')
-rw-r--r--ice40/main.cc1
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");