From ecc19c2c083f7e3ed7da95557731ded803d2cb1d Mon Sep 17 00:00:00 2001 From: gatecat Date: Wed, 2 Jun 2021 10:01:36 +0100 Subject: Using hashlib in arches Signed-off-by: gatecat --- nexus/global.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nexus/global.cc') diff --git a/nexus/global.cc b/nexus/global.cc index fa6212e8..9a0d095b 100644 --- a/nexus/global.cc +++ b/nexus/global.cc @@ -49,7 +49,7 @@ struct NexusGlobalRouter // Queue of wires to visit std::queue visit; // Wire -> upstream pip - std::unordered_map backtrace; + dict backtrace; // Lookup source and destination wires WireId src = ctx->getNetinfoSourceWire(net); -- cgit v1.2.3