From 60793266334639144a9a5f8b7b0855c811ccd087 Mon Sep 17 00:00:00 2001 From: gatecat Date: Wed, 18 Jan 2023 16:28:33 +0100 Subject: context: Add getNetinfoRouteDelayQuad Signed-off-by: gatecat --- common/kernel/context.h | 1 + 1 file changed, 1 insertion(+) (limited to 'common/kernel/context.h') diff --git a/common/kernel/context.h b/common/kernel/context.h index 4a5667d0..b4e7920d 100644 --- a/common/kernel/context.h +++ b/common/kernel/context.h @@ -58,6 +58,7 @@ struct Context : Arch, DeterministicRNG size_t getNetinfoSinkWireCount(const NetInfo *net_info, const PortRef &sink) const; WireId getNetinfoSinkWire(const NetInfo *net_info, const PortRef &sink, size_t phys_idx) const; delay_t getNetinfoRouteDelay(const NetInfo *net_info, const PortRef &sink) const; + DelayQuad getNetinfoRouteDelayQuad(const NetInfo *net_info, const PortRef &sink) const; // provided by router1.cc bool checkRoutedDesign() const; -- cgit v1.2.3