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 --- fpga_interchange/lookahead.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'fpga_interchange/lookahead.h') diff --git a/fpga_interchange/lookahead.h b/fpga_interchange/lookahead.h index b9d352d5..9655e13e 100644 --- a/fpga_interchange/lookahead.h +++ b/fpga_interchange/lookahead.h @@ -26,7 +26,6 @@ #include "cost_map.h" #include "deterministic_rng.h" -#include "hash_table.h" #include "lookahead.capnp.h" #include "nextpnr_namespaces.h" #include "type_wire.h" @@ -88,9 +87,9 @@ struct Lookahead delay_t cost; }; - HashTables::HashMap> input_site_wires; - HashTables::HashMap output_site_wires; - HashTables::HashMap site_to_site_cost; + dict> input_site_wires; + dict output_site_wires; + dict site_to_site_cost; CostMap cost_map; }; -- cgit v1.2.3