From 351ca3b5eac472b4bd08b11a4aa6fb67e545eda3 Mon Sep 17 00:00:00 2001 From: Keith Rothman <537074+litghost@users.noreply.github.com> Date: Mon, 15 Mar 2021 10:25:46 -0700 Subject: Use NEXTPNR_NAMESPACE macro's now that headers are seperated. Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com> --- fpga_interchange/arch.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fpga_interchange/arch.h') diff --git a/fpga_interchange/arch.h b/fpga_interchange/arch.h index a171ba55..05bc1a94 100644 --- a/fpga_interchange/arch.h +++ b/fpga_interchange/arch.h @@ -1737,7 +1737,7 @@ struct Arch : ArchAPI std::regex raw_bin_constant; std::regex verilog_bin_constant; std::regex verilog_hex_constant; - void read_lut_equation(nextpnr::DynamicBitarray<> *equation, const Property &equation_parameter) const; + void read_lut_equation(DynamicBitarray<> *equation, const Property &equation_parameter) const; bool route_vcc_to_unused_lut_pins(); }; -- cgit v1.2.3