From 676e56e5d44e09f3ff816c5efbb85e2b2ac1086b Mon Sep 17 00:00:00 2001 From: Alessandro Comodi <acomodi@antmicro.com> Date: Tue, 25 Jan 2022 17:46:54 +0100 Subject: nexus: add option to modify the mult factor of the estimate delay Signed-off-by: Alessandro Comodi <acomodi@antmicro.com> --- nexus/arch.h | 1 + 1 file changed, 1 insertion(+) (limited to 'nexus/arch.h') diff --git a/nexus/arch.h b/nexus/arch.h index 0bd1b62c..ea4e9f5b 100644 --- a/nexus/arch.h +++ b/nexus/arch.h @@ -1290,6 +1290,7 @@ struct Arch : BaseArch<ArchRanges> // ------------------------------------------------- + int32_t estimate_delay_mult; delay_t estimateDelay(WireId src, WireId dst) const override; delay_t predictDelay(BelId src_bel, IdString src_pin, BelId dst_bel, IdString dst_pin) const override; delay_t getDelayEpsilon() const override { return 20; } -- cgit v1.2.3