aboutsummaryrefslogtreecommitdiffstats
path: root/fpga_interchange/site_arch.h
diff options
context:
space:
mode:
authorKeith Rothman <537074+litghost@users.noreply.github.com>2021-04-02 16:20:12 -0700
committerKeith Rothman <537074+litghost@users.noreply.github.com>2021-04-06 10:42:05 -0700
commitc2a6f6ce62b810b3250167052bf5559d1dae4130 (patch)
tree9d63a5bbd3f2ec46431786efcd8bd3d00ff40b2b /fpga_interchange/site_arch.h
parent8773c645cae199d85d63461614c70854f54ae4db (diff)
downloadnextpnr-c2a6f6ce62b810b3250167052bf5559d1dae4130.tar.gz
nextpnr-c2a6f6ce62b810b3250167052bf5559d1dae4130.tar.bz2
nextpnr-c2a6f6ce62b810b3250167052bf5559d1dae4130.zip
[interchange] Fix invalid use of local variables due to refactoring.
Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
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 91330aa0..a7da5c68 100644
--- a/fpga_interchange/site_arch.h
+++ b/fpga_interchange/site_arch.h
@@ -279,6 +279,9 @@ struct SiteArch
HashTables::HashMap<NetInfo *, SiteNetInfo> nets;
HashTables::HashMap<SiteWire, SiteNetMap> wire_to_nets;
+ NetInfo blocking_net;
+ SiteNetInfo blocking_site_net;
+
std::vector<PipId> input_site_ports;
std::vector<PipId> output_site_ports;