aboutsummaryrefslogtreecommitdiffstats
path: root/fpga_interchange/site_arch.h
diff options
context:
space:
mode:
Diffstat (limited to 'fpga_interchange/site_arch.h')
-rw-r--r--fpga_interchange/site_arch.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/fpga_interchange/site_arch.h b/fpga_interchange/site_arch.h
index 54b91a4a..81c0b96c 100644
--- a/fpga_interchange/site_arch.h
+++ b/fpga_interchange/site_arch.h
@@ -260,6 +260,9 @@ struct SiteArch
std::vector<SiteWire> out_of_site_sources;
std::vector<SiteWire> out_of_site_sinks;
+ // A site port that is present in this dictionary is blocked for all those nets except any in the attached pool
+ dict<PipId, pool<NetInfo *, hash_ptr_ops>> blocked_site_ports;
+
SiteArch(const SiteInformation *site_info);
inline SiteWire getPipSrcWire(const SitePip &site_pip) const NPNR_ALWAYS_INLINE;