mirror of https://github.com/YosysHQ/abc.git
abc cxx namespace
This commit is contained in:
parent
6e985705fc
commit
13b0d17169
|
|
@ -7,6 +7,8 @@
|
|||
#include <iomanip>
|
||||
#include <cmath>
|
||||
|
||||
ABC_NAMESPACE_CXX_HEADER_START
|
||||
|
||||
namespace NewBdd {
|
||||
|
||||
typedef unsigned short var;
|
||||
|
|
@ -796,4 +798,6 @@ namespace NewBdd {
|
|||
|
||||
}
|
||||
|
||||
ABC_NAMESPACE_CXX_HEADER_END
|
||||
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -7,6 +7,8 @@
|
|||
#include <vector>
|
||||
#include <bitset>
|
||||
|
||||
ABC_NAMESPACE_CXX_HEADER_START
|
||||
|
||||
namespace NewTt {
|
||||
|
||||
typedef int bvar;
|
||||
|
|
@ -246,4 +248,6 @@ namespace NewTt {
|
|||
|
||||
}
|
||||
|
||||
ABC_NAMESPACE_CXX_HEADER_END
|
||||
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -11,6 +11,8 @@
|
|||
|
||||
#include "gia.h"
|
||||
|
||||
ABC_NAMESPACE_CXX_HEADER_START
|
||||
|
||||
namespace Transduction {
|
||||
|
||||
enum PfState {none, cspf, mspf};
|
||||
|
|
@ -1596,4 +1598,6 @@ public: // Debug and print
|
|||
|
||||
}
|
||||
|
||||
ABC_NAMESPACE_CXX_HEADER_END
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in New Issue