From 2b13b24cbe8e0a8bfb6e19e54258ccd95a6cee6f Mon Sep 17 00:00:00 2001 From: David Shah Date: Sat, 3 Oct 2020 14:24:38 +0100 Subject: nexus: Bring up to date Signed-off-by: David Shah --- nexus/arch.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'nexus/arch.h') diff --git a/nexus/arch.h b/nexus/arch.h index 3b5bcc48..ffe630a8 100644 --- a/nexus/arch.h +++ b/nexus/arch.h @@ -1196,6 +1196,7 @@ struct Arch : BaseCtx } uint32_t getDelayChecksum(delay_t v) const { return v; } bool getBudgetOverride(const NetInfo *net_info, const PortRef &sink, delay_t &budget) const; + ArcBounds getRouteBoundingBox(WireId src, WireId dst) const; // ------------------------------------------------- @@ -1246,6 +1247,8 @@ struct Arch : BaseCtx static const std::string defaultPlacer; static const std::vector availablePlacers; + static const std::string defaultRouter; + static const std::vector availableRouters; // ------------------------------------------------- -- cgit v1.2.3