diff options
author | David Shah <davey1576@gmail.com> | 2018-08-04 08:32:42 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-04 08:32:42 +0200 |
commit | 65d73eb9838e0bb8e6d089ecde3d4ffaf34e9e29 (patch) | |
tree | d54ab5bb7926e7965cf23bb066c126bfeaa39565 /ice40/arch.h | |
parent | affc6da1af7afccba1da8cdf3b9e57a01b1fb5e5 (diff) | |
parent | 2215ace1dcc9d16f3661c8f95dff56f5f582b6bc (diff) | |
download | nextpnr-65d73eb9838e0bb8e6d089ecde3d4ffaf34e9e29.tar.gz nextpnr-65d73eb9838e0bb8e6d089ecde3d4ffaf34e9e29.tar.bz2 nextpnr-65d73eb9838e0bb8e6d089ecde3d4ffaf34e9e29.zip |
Merge pull request #23 from daveshah1/use_placeconstr
Making use of relative constraints
Diffstat (limited to 'ice40/arch.h')
-rw-r--r-- | ice40/arch.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ice40/arch.h b/ice40/arch.h index 98361132..cf78088a 100644 --- a/ice40/arch.h +++ b/ice40/arch.h @@ -797,6 +797,8 @@ struct Arch : BaseCtx } NPNR_ASSERT_FALSE("Expected PLL pin to share an output with an SB_IO D_IN_{0,1}"); } + + float placer_constraintWeight = 10; }; NEXTPNR_NAMESPACE_END |