aboutsummaryrefslogtreecommitdiffstats
path: root/fpga_interchange/arch.h
diff options
context:
space:
mode:
authorgatecat <gatecat@ds0.me>2021-03-23 17:33:40 +0000
committerGitHub <noreply@github.com>2021-03-23 17:33:40 +0000
commit323da87dec3819a100b7d5d19a1ddd2340f26caa (patch)
tree8bddfb949f1533463a59e7cf27780f5ce4644d04 /fpga_interchange/arch.h
parent2300d81c3c3874801176121b1a97446146ec6efd (diff)
parent0dd93035e449d40eaab7172546bfc73495e798d7 (diff)
downloadnextpnr-323da87dec3819a100b7d5d19a1ddd2340f26caa.tar.gz
nextpnr-323da87dec3819a100b7d5d19a1ddd2340f26caa.tar.bz2
nextpnr-323da87dec3819a100b7d5d19a1ddd2340f26caa.zip
Merge pull request #643 from litghost/id_constants
[FPGA interchange] Convert some string constants to IdString.
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 1f0eb80d..0522034f 100644
--- a/fpga_interchange/arch.h
+++ b/fpga_interchange/arch.h
@@ -1049,6 +1049,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;