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/luts.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fpga_interchange/luts.cc') diff --git a/fpga_interchange/luts.cc b/fpga_interchange/luts.cc index 49f934a4..6e24847f 100644 --- a/fpga_interchange/luts.cc +++ b/fpga_interchange/luts.cc @@ -25,7 +25,7 @@ NEXTPNR_NAMESPACE_BEGIN bool rotate_and_merge_lut_equation(std::vector *result, const LutBel &lut_bel, - const nextpnr::DynamicBitarray<> &old_equation, const std::vector &pin_map, + const DynamicBitarray<> &old_equation, const std::vector &pin_map, uint32_t used_pins) { // pin_map maps pin indicies from the old pin to the new pin. -- cgit v1.2.3