From 428b56570dcbb3ff145ac33989fbf6384c249e73 Mon Sep 17 00:00:00 2001 From: Alessandro Comodi Date: Thu, 13 May 2021 17:35:17 +0200 Subject: interchange: pseudo pips: fix illegal tile pseudo PIPs Signed-off-by: Alessandro Comodi --- fpga_interchange/site_router.h | 1 + 1 file changed, 1 insertion(+) (limited to 'fpga_interchange/site_router.h') diff --git a/fpga_interchange/site_router.h b/fpga_interchange/site_router.h index 3222669a..0328b6b2 100644 --- a/fpga_interchange/site_router.h +++ b/fpga_interchange/site_router.h @@ -39,6 +39,7 @@ struct SiteRouter std::unordered_set cells_in_site; std::vector valid_pips; + HashTables::HashSet, PairHash> lut_thrus; const int16_t site; mutable bool dirty; -- cgit v1.2.3