diff options
author | Clifford Wolf <clifford@clifford.at> | 2018-06-16 15:25:03 +0200 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2018-06-16 15:25:03 +0200 |
commit | 4d14bc291447ebc5b33d5d1972d5837f66efc88f (patch) | |
tree | 0bbca3b4b28190a0811e38d01920ab13059d8cac /ice40/main.cc | |
parent | 6acf23cf37285e16050b44370be6cbe7dd3e0dc5 (diff) | |
parent | ef2164708b66b55300f46cc39467eb032498717e (diff) | |
download | nextpnr-4d14bc291447ebc5b33d5d1972d5837f66efc88f.tar.gz nextpnr-4d14bc291447ebc5b33d5d1972d5837f66efc88f.tar.bz2 nextpnr-4d14bc291447ebc5b33d5d1972d5837f66efc88f.zip |
Merge remote-tracking branch 'origin/master' into chipdbng
Diffstat (limited to 'ice40/main.cc')
-rw-r--r-- | ice40/main.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ice40/main.cc b/ice40/main.cc index d4177fb1..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(&design); + place_design_sa(&design); route_design(&design, verbose); } } |