aboutsummaryrefslogtreecommitdiffstats
path: root/dummy/arch_place.h
diff options
context:
space:
mode:
Diffstat (limited to 'dummy/arch_place.h')
-rw-r--r--dummy/arch_place.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/dummy/arch_place.h b/dummy/arch_place.h
index 446396e9..66789b7d 100644
--- a/dummy/arch_place.h
+++ b/dummy/arch_place.h
@@ -22,6 +22,8 @@
#include "nextpnr.h"
+NEXTPNR_NAMESPACE_BEGIN
+
// Architecure-specific placement functions
// Whether or not a given cell can be placed at a given Bel
@@ -29,4 +31,6 @@
// such as conflicting set/reset signals, etc
bool isValidBelForCell(Design *design, CellInfo *cell, BelId bel);
+NEXTPNR_NAMESPACE_END
+
#endif