From 391d49c13ec675e263115d18481d4b842622b712 Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Tue, 12 Jun 2018 14:24:59 +0200 Subject: Add nextpnr namespace Signed-off-by: Clifford Wolf --- common/handle_error.cc | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'common/handle_error.cc') diff --git a/common/handle_error.cc b/common/handle_error.cc index 55ec75fb..7076c188 100644 --- a/common/handle_error.cc +++ b/common/handle_error.cc @@ -1,8 +1,11 @@ #include #include +#include "nextpnr.h" namespace py = boost::python; +NEXTPNR_NAMESPACE_BEGIN + // Parses the value of the active python exception // NOTE SHOULD NOT BE CALLED IF NO EXCEPTION std::string parse_python_exception() @@ -56,3 +59,5 @@ std::string parse_python_exception() } return ret; } + +NEXTPNR_NAMESPACE_END -- cgit v1.2.3