aboutsummaryrefslogtreecommitdiffstats
path: root/common/context.h
diff options
context:
space:
mode:
authorgatecat <gatecat@ds0.me>2021-06-02 09:28:53 +0100
committergatecat <gatecat@ds0.me>2021-06-02 15:04:53 +0100
commitf4fed62c05a9595e22a8ec54add5531225911741 (patch)
tree008195f400702e7099c17fd52617c44d8c7c84d1 /common/context.h
parentdfe0ce599a8d713eb1caabcd44626aa052390312 (diff)
downloadnextpnr-f4fed62c05a9595e22a8ec54add5531225911741.tar.gz
nextpnr-f4fed62c05a9595e22a8ec54add5531225911741.tar.bz2
nextpnr-f4fed62c05a9595e22a8ec54add5531225911741.zip
Use hashlib in routers
Signed-off-by: gatecat <gatecat@ds0.me>
Diffstat (limited to 'common/context.h')
-rw-r--r--common/context.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/context.h b/common/context.h
index a5553422..102dc221 100644
--- a/common/context.h
+++ b/common/context.h
@@ -50,7 +50,7 @@ struct Context : Arch, DeterministicRNG
// provided by router1.cc
bool checkRoutedDesign() const;
bool getActualRouteDelay(WireId src_wire, WireId dst_wire, delay_t *delay = nullptr,
- std::unordered_map<WireId, PipId> *route = nullptr, bool useEstimate = true);
+ dict<WireId, PipId> *route = nullptr, bool useEstimate = true);
// --------------------------------------------------------------
// call after changing hierpath or adding/removing nets and cells