aboutsummaryrefslogtreecommitdiffstats
path: root/common/rulecheck.cc
diff options
context:
space:
mode:
Diffstat (limited to 'common/rulecheck.cc')
-rw-r--r--common/rulecheck.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/common/rulecheck.cc b/common/rulecheck.cc
index 4fc3f73a..c0139a85 100644
--- a/common/rulecheck.cc
+++ b/common/rulecheck.cc
@@ -3,6 +3,8 @@
#include "log.h"
#include "nextpnr.h"
+NEXTPNR_NAMESPACE_BEGIN
+
bool check_all_nets_driven(Design *design)
{
const bool debug = false;
@@ -70,3 +72,5 @@ bool check_all_nets_driven(Design *design)
log_info(" Verified!\n");
return true;
}
+
+NEXTPNR_NAMESPACE_END