From 6930ab3acd6be88c0533785691f24ef5460000c6 Mon Sep 17 00:00:00 2001 From: gatecat Date: Thu, 10 Nov 2022 10:55:37 +0100 Subject: fabulous: Tweak delay estimate Signed-off-by: gatecat --- generic/viaduct/fabulous/fabulous.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'generic') 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(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); } -- cgit v1.2.3