aboutsummaryrefslogtreecommitdiffstats
path: root/ice40/main.cc
diff options
context:
space:
mode:
authorDavid Shah <davey1576@gmail.com>2018-06-29 13:12:44 +0200
committerDavid Shah <davey1576@gmail.com>2018-06-29 13:12:44 +0200
commitb5f473cd7a7412eb41e39cdf0b06dbcb6e4c137b (patch)
tree641009c51c9fdf91708f184b23fcb5d0c37afe71 /ice40/main.cc
parent17d6586189a8c1433b6ff6048b7e33f7d46afcf2 (diff)
downloadnextpnr-b5f473cd7a7412eb41e39cdf0b06dbcb6e4c137b.tar.gz
nextpnr-b5f473cd7a7412eb41e39cdf0b06dbcb6e4c137b.tar.bz2
nextpnr-b5f473cd7a7412eb41e39cdf0b06dbcb6e4c137b.zip
Integrating SA placer and legaliser
Signed-off-by: David Shah <davey1576@gmail.com>
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");