aboutsummaryrefslogtreecommitdiffstats
path: root/nexus/arch.h
diff options
context:
space:
mode:
Diffstat (limited to 'nexus/arch.h')
-rw-r--r--nexus/arch.h1
1 files changed, 1 insertions, 0 deletions
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; }