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