Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
abc
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
abc
Commits
13b0d171
Commit
13b0d171
authored
May 02, 2023
by
MyskYko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
abc cxx namespace
parent
6e985705
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
0 deletions
+12
-0
src/aig/gia/giaNewBdd.h
+4
-0
src/aig/gia/giaNewTt.h
+4
-0
src/aig/gia/giaTransduction.h
+4
-0
No files found.
src/aig/gia/giaNewBdd.h
View file @
13b0d171
...
...
@@ -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
src/aig/gia/giaNewTt.h
View file @
13b0d171
...
...
@@ -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
src/aig/gia/giaTransduction.h
View file @
13b0d171
...
...
@@ -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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment