aboutsummaryrefslogtreecommitdiffstats
path: root/fpga_interchange/arch.cc
diff options
context:
space:
mode:
authorgatecat <gatecat@ds0.me>2021-07-12 20:04:48 +0100
committerGitHub <noreply@github.com>2021-07-12 20:04:48 +0100
commit034467ff615494b2a74cee08081cb17edc9ea1a4 (patch)
tree44fdb97d65f7b2e94295153e2d93ae2807c813e5 /fpga_interchange/arch.cc
parent24b7084feb6beecacbe447a15f9b2de04b14d685 (diff)
parent7abfeb11c3ff153b5d353404b7c7c6767f3823a9 (diff)
downloadnextpnr-034467ff615494b2a74cee08081cb17edc9ea1a4.tar.gz
nextpnr-034467ff615494b2a74cee08081cb17edc9ea1a4.tar.bz2
nextpnr-034467ff615494b2a74cee08081cb17edc9ea1a4.zip
Merge pull request #761 from acomodi/interchange-constrs
interchange: add user placement constraints handling
Diffstat (limited to 'fpga_interchange/arch.cc')
-rw-r--r--fpga_interchange/arch.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/fpga_interchange/arch.cc b/fpga_interchange/arch.cc
index 901725d4..ccd2dfb2 100644
--- a/fpga_interchange/arch.cc
+++ b/fpga_interchange/arch.cc
@@ -787,6 +787,7 @@ bool Arch::place()
getCtx()->check();
#endif
+ place_constraints();
place_globals();
std::string placer = str_or_default(settings, id("placer"), defaultPlacer);