From 0dd93035e449d40eaab7172546bfc73495e798d7 Mon Sep 17 00:00:00 2001 From: Keith Rothman <537074+litghost@users.noreply.github.com> Date: Tue, 23 Mar 2021 09:37:22 -0700 Subject: [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> --- fpga_interchange/arch.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'fpga_interchange/arch.h') 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 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; -- cgit v1.2.3