aboutsummaryrefslogtreecommitdiffstats
path: root/common/context.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/context.h')
-rw-r--r--common/context.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/context.h b/common/context.h
index 6adbbdb5..cb8fd257 100644
--- a/common/context.h
+++ b/common/context.h
@@ -51,6 +51,8 @@ struct Context : Arch, DeterministicRNG
// --------------------------------------------------------------
+ delay_t predictArcDelay(const NetInfo *net_info, const PortRef &sink) const;
+
WireId getNetinfoSourceWire(const NetInfo *net_info) const;
SSOArray<WireId, 2> getNetinfoSinkWires(const NetInfo *net_info, const PortRef &sink) const;
size_t getNetinfoSinkWireCount(const NetInfo *net_info, const PortRef &sink) const;