aboutsummaryrefslogtreecommitdiffstats
path: root/ice40
diff options
context:
space:
mode:
authorDavid Shah <davey1576@gmail.com>2018-06-16 12:04:38 +0200
committerDavid Shah <davey1576@gmail.com>2018-06-16 14:44:10 +0200
commitc0a26271790b8eb6c67d97b45f089660cdcfa37d (patch)
treef850d8cd149f87d33a2153b17ea025f85fe89d10 /ice40
parentc9a784ec0cca9d1d39386e1e3c3dc5ec0da9c03e (diff)
downloadnextpnr-c0a26271790b8eb6c67d97b45f089660cdcfa37d.tar.gz
nextpnr-c0a26271790b8eb6c67d97b45f089660cdcfa37d.tar.bz2
nextpnr-c0a26271790b8eb6c67d97b45f089660cdcfa37d.zip
place: Tidying up the SA placer
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 304fec6e..fea53631 100644
--- a/ice40/main.cc
+++ b/ice40/main.cc
@@ -222,7 +222,7 @@ int main(int argc, char *argv[])
pack_design(&design);
if (!vm.count("pack-only")) {
- place_design_heuristic(&design);
+ place_design_sa(&design);
route_design(&design, verbose);
}
}