diff options
author | David Shah <davey1576@gmail.com> | 2018-06-16 12:04:38 +0200 |
---|---|---|
committer | David Shah <davey1576@gmail.com> | 2018-06-16 14:44:10 +0200 |
commit | c0a26271790b8eb6c67d97b45f089660cdcfa37d (patch) | |
tree | f850d8cd149f87d33a2153b17ea025f85fe89d10 /common/place.h | |
parent | c9a784ec0cca9d1d39386e1e3c3dc5ec0da9c03e (diff) | |
download | nextpnr-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 'common/place.h')
-rw-r--r-- | common/place.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/common/place.h b/common/place.h index fd4de534..f320111e 100644 --- a/common/place.h +++ b/common/place.h @@ -23,9 +23,7 @@ NEXTPNR_NAMESPACE_BEGIN -extern void place_design(Design *design); - -extern void place_design_heuristic(Design *design); +extern void place_design_sa(Design *design); NEXTPNR_NAMESPACE_END |