aboutsummaryrefslogtreecommitdiffstats
path: root/generic
diff options
context:
space:
mode:
authorgatecat <gatecat@ds0.me>2022-11-10 10:55:37 +0100
committergatecat <gatecat@ds0.me>2022-11-10 10:55:37 +0100
commit6930ab3acd6be88c0533785691f24ef5460000c6 (patch)
treee619e37b2cd47c6e1a0f43409677eda0a64999d1 /generic
parentac17c36bec5b0ae8d57b66f825acb6f21f2ca323 (diff)
downloadnextpnr-6930ab3acd6be88c0533785691f24ef5460000c6.tar.gz
nextpnr-6930ab3acd6be88c0533785691f24ef5460000c6.tar.bz2
nextpnr-6930ab3acd6be88c0533785691f24ef5460000c6.zip
fabulous: Tweak delay estimate
Signed-off-by: gatecat <gatecat@ds0.me>
Diffstat (limited to 'generic')
-rw-r--r--generic/viaduct/fabulous/fabulous.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/generic/viaduct/fabulous/fabulous.cc b/generic/viaduct/fabulous/fabulous.cc
index 9cb7e74f..3c6f025f 100644
--- a/generic/viaduct/fabulous/fabulous.cc
+++ b/generic/viaduct/fabulous/fabulous.cc
@@ -69,6 +69,7 @@ struct FabulousImpl : ViaductAPI
blk_trk = std::make_unique<BlockTracker>(ctx, cfg);
is_new_fab ? init_bels_v2() : init_bels_v1();
init_pips();
+ ctx->setDelayScaling(0.25, 0.5);
}
void pack() override { fabulous_pack(ctx, cfg); }