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
8a91a9af
Commit
8a91a9af
authored
Sep 29, 2012
by
Alan Mishchenko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Experiments with mini AIG manager.
parent
6b1b368a
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
11 additions
and
5 deletions
+11
-5
Makefile
+1
-0
abclib.dsp
+8
-4
src/aig/miniaig/miniaig.h
+0
-0
src/aig/miniaig/module.make
+1
-0
src/base/abci/abcMini.c
+1
-1
No files found.
Makefile
View file @
8a91a9af
...
...
@@ -25,6 +25,7 @@ MODULES := \
src/proof/cec src/proof/dch src/proof/fraig src/proof/fra src/proof/ssw
\
src/proof/abs
\
src/aig/aig src/aig/saig src/aig/gia src/aig/ioa src/aig/ivy src/aig/hop
\
src/aig/miniaig
\
src/python
all
:
$(PROG)
...
...
abclib.dsp
View file @
8a91a9af
...
...
@@ -177,10 +177,6 @@ SOURCE=.\src\base\abc\abcSop.c
SOURCE=.\src\base\abc\abcUtil.c
# End Source File
# Begin Source File
SOURCE=.\src\base\abc\miniaig.h
# End Source File
# End Group
# Begin Group "abci"
...
...
@@ -3562,6 +3558,14 @@ SOURCE=.\src\aig\gia\giaTsim.c
SOURCE=.\src\aig\gia\giaUtil.c
# End Source File
# End Group
# Begin Group "miniaig"
# PROP Default_Filter ""
# Begin Source File
SOURCE=.\src\aig\miniaig\miniaig.h
# End Source File
# End Group
# End Group
# Begin Group "bool"
...
...
src/
base/abc
/miniaig.h
→
src/
aig/miniaig
/miniaig.h
View file @
8a91a9af
File moved
src/aig/miniaig/module.make
0 → 100644
View file @
8a91a9af
SRC
+=
src/base/abci/abcMini.c
View file @
8a91a9af
...
...
@@ -20,7 +20,7 @@
#include "base/abc/abc.h"
#include "base/main/main.h"
#include "
base/abc
/miniaig.h"
#include "
aig/miniaig
/miniaig.h"
ABC_NAMESPACE_IMPL_START
...
...
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