diff options
author | Eddie Hung <eddieh@ece.ubc.ca> | 2018-08-03 23:43:53 -0700 |
---|---|---|
committer | Eddie Hung <eddieh@ece.ubc.ca> | 2018-08-03 23:43:53 -0700 |
commit | d66edf522348d1475f1b65d79804f37a751274b3 (patch) | |
tree | 4b881ed0409bae10ac553dc5fe1771feb228712e /ice40/arch.h | |
parent | 3d5dcda12c80175f5bfb2c2615de9cb5fadacb90 (diff) | |
parent | 65d73eb9838e0bb8e6d089ecde3d4ffaf34e9e29 (diff) | |
download | nextpnr-d66edf522348d1475f1b65d79804f37a751274b3.tar.gz nextpnr-d66edf522348d1475f1b65d79804f37a751274b3.tar.bz2 nextpnr-d66edf522348d1475f1b65d79804f37a751274b3.zip |
Merge branch 'master' into slack_redist_freq
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 |