3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-23 09:05:32 +00:00

Added support for changing Yosys namespace

This commit is contained in:
Benedikt Tutzer 2019-04-03 12:21:21 +02:00
parent 539a7f3fbc
commit 0774a500d4
2 changed files with 5 additions and 4 deletions

View file

@ -119,6 +119,7 @@ extern const char *Tcl_GetStringResult(Tcl_Interp *interp);
# define PATH_MAX 4096
#endif
#define YOSYS_NAMESPACE Yosys
#define PRIVATE_NAMESPACE_BEGIN namespace {
#define PRIVATE_NAMESPACE_END }
#define YOSYS_NAMESPACE_BEGIN namespace Yosys {