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
d79cd4db
Commit
d79cd4db
authored
Aug 21, 2011
by
Alan Mishchenko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Experiments with SPFD-based decomposition.
parent
151fe402
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
8 deletions
+7
-8
src/aig/bdc/bdcSpfd.c
+0
-0
src/base/abci/abc.c
+7
-8
No files found.
src/aig/bdc/bdcSpfd.c
View file @
d79cd4db
This diff is collapsed.
Click to expand it.
src/base/abci/abc.c
View file @
d79cd4db
...
...
@@ -860,7 +860,7 @@ void Abc_Init( Abc_Frame_t * pAbc )
Dar_LibStart
();
}
{
extern
void
Bdc_ManDecomposeTest
(
unsigned
uTruth
,
int
nVars
);
//
extern void Bdc_ManDecomposeTest( unsigned uTruth, int nVars );
// Bdc_ManDecomposeTest( 0x0f0f0f0f, 3 );
}
...
...
@@ -881,10 +881,6 @@ void Abc_Init( Abc_Frame_t * pAbc )
void
For_ManFileExperiment
();
// For_ManFileExperiment();
}
{
void
Bdc_SpfdDecomposeTest
();
Bdc_SpfdDecomposeTest
();
}
/*
{
int i1, i2, i3, i4, i5, i6, N, Counter = 0;
...
...
@@ -8843,7 +8839,7 @@ int Abc_CommandTest( Abc_Frame_t * pAbc, int argc, char ** argv )
Aig_ManStop( pAig );
}
*/
/*
{
extern Aig_Man_t * Abc_NtkToDar( Abc_Ntk_t * pNtk, int fExors, int fRegisters );
if ( pAbc->pCex && pNtk )
...
...
@@ -8855,8 +8851,11 @@ int Abc_CommandTest( Abc_Frame_t * pAbc, int argc, char ** argv )
Abc_FrameReplaceCex( pAbc, &pNew );
}
}
*/
{
void
Bdc_SpfdDecomposeTest
();
Bdc_SpfdDecomposeTest
();
}
return
0
;
usage:
Abc_Print
(
-
2
,
"usage: test [-CKDN] [-aovwh] <file_name>
\n
"
);
...
...
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