aboutsummaryrefslogtreecommitdiffstats
path: root/fpga_interchange/arch.h
diff options
context:
space:
mode:
authorKeith Rothman <537074+litghost@users.noreply.github.com>2021-03-23 09:37:22 -0700
committerKeith Rothman <537074+litghost@users.noreply.github.com>2021-03-23 09:38:37 -0700
commit0dd93035e449d40eaab7172546bfc73495e798d7 (patch)
treec9f8155251c011d3a5973c7c66855eef88c3a9a1 /fpga_interchange/arch.h
parentb7bf2c706fcb24242b93b1993c8073d82d4028bb (diff)
downloadnextpnr-0dd93035e449d40eaab7172546bfc73495e798d7.tar.gz
nextpnr-0dd93035e449d40eaab7172546bfc73495e798d7.tar.bz2
nextpnr-0dd93035e449d40eaab7172546bfc73495e798d7.zip
[FPGA interchange] Convert some string constants to IdString.
Also add some optional diagnostic prints for cell -> BEL pin mapping. Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
Diffstat (limited to 'fpga_interchange/arch.h')
-rw-r--r--fpga_interchange/arch.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/fpga_interchange/arch.h b/fpga_interchange/arch.h
index d167f797..70862b1b 100644
--- a/fpga_interchange/arch.h
+++ b/fpga_interchange/arch.h
@@ -1042,6 +1042,8 @@ struct Arch : ArchAPI<ArchRanges>
void read_lut_equation(DynamicBitarray<> *equation, const Property &equation_parameter) const;
bool route_vcc_to_unused_lut_pins();
+ IdString id_GND;
+ IdString id_VCC;
Lookahead lookahead;
mutable RouteNodeStorage node_storage;
mutable SiteRoutingCache site_routing_cache;