From f4fed62c05a9595e22a8ec54add5531225911741 Mon Sep 17 00:00:00 2001 From: gatecat Date: Wed, 2 Jun 2021 09:28:53 +0100 Subject: Use hashlib in routers Signed-off-by: gatecat --- common/context.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/context.h') 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 *route = nullptr, bool useEstimate = true); + dict *route = nullptr, bool useEstimate = true); // -------------------------------------------------------------- // call after changing hierpath or adding/removing nets and cells -- cgit v1.2.3