diff options
author | David Shah <dave@ds0.me> | 2020-10-03 14:24:38 +0100 |
---|---|---|
committer | David Shah <dave@ds0.me> | 2020-11-30 08:45:27 +0000 |
commit | 2b13b24cbe8e0a8bfb6e19e54258ccd95a6cee6f (patch) | |
tree | 63f8fe740c1370cb9ca048442b9853e68cd0aa42 /nexus/arch.h | |
parent | a586bfc290548d3a0f9a89f56743bddff408046c (diff) | |
download | nextpnr-2b13b24cbe8e0a8bfb6e19e54258ccd95a6cee6f.tar.gz nextpnr-2b13b24cbe8e0a8bfb6e19e54258ccd95a6cee6f.tar.bz2 nextpnr-2b13b24cbe8e0a8bfb6e19e54258ccd95a6cee6f.zip |
nexus: Bring up to date
Signed-off-by: David Shah <dave@ds0.me>
Diffstat (limited to 'nexus/arch.h')
-rw-r--r-- | nexus/arch.h | 3 |
1 files changed, 3 insertions, 0 deletions
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<std::string> availablePlacers; + static const std::string defaultRouter; + static const std::vector<std::string> availableRouters; // ------------------------------------------------- |