aboutsummaryrefslogtreecommitdiffstats
path: root/ice40/arch_place.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ice40/arch_place.cc')
-rw-r--r--ice40/arch_place.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/ice40/arch_place.cc b/ice40/arch_place.cc
index 2367d981..dbc8036c 100644
--- a/ice40/arch_place.cc
+++ b/ice40/arch_place.cc
@@ -19,6 +19,8 @@
#include "arch_place.h"
+NEXTPNR_NAMESPACE_BEGIN
+
static bool logicCellsCompatible(const std::vector<const CellInfo *> &cells)
{
bool dffs_exist = false, dffs_neg = false;
@@ -87,3 +89,5 @@ bool isValidBelForCell(Design *design, CellInfo *cell, BelId bel)
return true;
}
}
+
+NEXTPNR_NAMESPACE_END