aboutsummaryrefslogtreecommitdiffstats
path: root/fpga_interchange/site_router.h
diff options
context:
space:
mode:
authorAlessandro Comodi <acomodi@antmicro.com>2021-05-13 17:35:17 +0200
committerAlessandro Comodi <acomodi@antmicro.com>2021-05-14 12:17:53 +0200
commit428b56570dcbb3ff145ac33989fbf6384c249e73 (patch)
treee240f973e79c8658d8a4de6373b849f041a731ab /fpga_interchange/site_router.h
parent21d594a150ba2bc6e595c62d107cfd84e734fa5a (diff)
downloadnextpnr-428b56570dcbb3ff145ac33989fbf6384c249e73.tar.gz
nextpnr-428b56570dcbb3ff145ac33989fbf6384c249e73.tar.bz2
nextpnr-428b56570dcbb3ff145ac33989fbf6384c249e73.zip
interchange: pseudo pips: fix illegal tile pseudo PIPs
Signed-off-by: Alessandro Comodi <acomodi@antmicro.com>
Diffstat (limited to 'fpga_interchange/site_router.h')
-rw-r--r--fpga_interchange/site_router.h1
1 files changed, 1 insertions, 0 deletions
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<CellInfo *> cells_in_site;
std::vector<PipId> valid_pips;
+ HashTables::HashSet<std::pair<IdString, int32_t>, PairHash> lut_thrus;
const int16_t site;
mutable bool dirty;