diff options
Diffstat (limited to 'fpga_interchange/arch.h')
-rw-r--r-- | fpga_interchange/arch.h | 2 |
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; |