aboutsummaryrefslogtreecommitdiffstats
path: root/fpga_interchange/arch.h
diff options
context:
space:
mode:
authorKeith Rothman <537074+litghost@users.noreply.github.com>2021-03-15 10:25:46 -0700
committergatecat <gatecat@ds0.me>2021-03-15 18:49:12 +0000
commit351ca3b5eac472b4bd08b11a4aa6fb67e545eda3 (patch)
tree25817e9ea10d339bf4c127b0a082cc5ac9a51deb /fpga_interchange/arch.h
parenta8e35062c6a1a21838346dd7536bb2fcc7f820ed (diff)
downloadnextpnr-351ca3b5eac472b4bd08b11a4aa6fb67e545eda3.tar.gz
nextpnr-351ca3b5eac472b4bd08b11a4aa6fb67e545eda3.tar.bz2
nextpnr-351ca3b5eac472b4bd08b11a4aa6fb67e545eda3.zip
Use NEXTPNR_NAMESPACE macro's now that headers are seperated.
Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
Diffstat (limited to 'fpga_interchange/arch.h')
-rw-r--r--fpga_interchange/arch.h2
1 files changed, 1 insertions, 1 deletions
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<ArchRanges>
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();
};