aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/consteval.h
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/consteval.h')
-rw-r--r--kernel/consteval.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/kernel/consteval.h b/kernel/consteval.h
index 2d29d3f7e..12895ec78 100644
--- a/kernel/consteval.h
+++ b/kernel/consteval.h
@@ -25,6 +25,8 @@
#include "kernel/celltypes.h"
#include "kernel/macc.h"
+YOSYS_NAMESPACE_BEGIN
+
struct ConstEval
{
RTLIL::Module *module;
@@ -376,4 +378,6 @@ struct ConstEval
}
};
+YOSYS_NAMESPACE_END
+
#endif