summaryrefslogtreecommitdiffstats
path: root/src/aig/dar/darScript.c
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2008-04-11 20:01:00 -0700
committerAlan Mishchenko <alanmi@berkeley.edu>2008-04-11 20:01:00 -0700
commitd8ddea4466d545c7c86d82b24365bc22a6ebd129 (patch)
tree8a1f547ac0fb10d683a651d30234d4bcf2a7844c /src/aig/dar/darScript.c
parent651a32cdc379d2341c631b719ed9af16ce5a66c9 (diff)
downloadabc-d8ddea4466d545c7c86d82b24365bc22a6ebd129.tar.gz
abc-d8ddea4466d545c7c86d82b24365bc22a6ebd129.tar.bz2
abc-d8ddea4466d545c7c86d82b24365bc22a6ebd129.zip
Version abc80411_2
Diffstat (limited to 'src/aig/dar/darScript.c')
-rw-r--r--src/aig/dar/darScript.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/aig/dar/darScript.c b/src/aig/dar/darScript.c
index 6d6b761c..bc86de20 100644
--- a/src/aig/dar/darScript.c
+++ b/src/aig/dar/darScript.c
@@ -171,7 +171,7 @@ Aig_Man_t * Dar_ManCompress( Aig_Man_t * pAig, int fBalance, int fUpdateLevel, i
pAig = Aig_ManDupDfs( pAig );
if ( fVerbose ) Aig_ManPrintStats( pAig );
-
+/*
// balance
if ( fBalance )
{
@@ -179,7 +179,7 @@ Aig_Man_t * Dar_ManCompress( Aig_Man_t * pAig, int fBalance, int fUpdateLevel, i
Aig_ManStop( pTemp );
if ( fVerbose ) Aig_ManPrintStats( pAig );
}
-
+*/
// rewrite
Dar_ManRewrite( pAig, pParsRwr );
pAig = Aig_ManDupDfs( pTemp = pAig );
@@ -243,7 +243,7 @@ Aig_Man_t * Dar_ManCompress2( Aig_Man_t * pAig, int fBalance, int fUpdateLevel,
pAig = Aig_ManDupDfs( pAig );
if ( fVerbose ) Aig_ManPrintStats( pAig );
-
+/*
// balance
if ( fBalance )
{
@@ -251,8 +251,7 @@ Aig_Man_t * Dar_ManCompress2( Aig_Man_t * pAig, int fBalance, int fUpdateLevel,
Aig_ManStop( pTemp );
if ( fVerbose ) Aig_ManPrintStats( pAig );
}
-
-
+*/
// rewrite
Dar_ManRewrite( pAig, pParsRwr );
pAig = Aig_ManDupDfs( pTemp = pAig );
@@ -388,6 +387,7 @@ clk = clock();
// swap the first and last network
// this should lead to the primary choice being "better" because of synthesis
+ // (it is also important when constructing choices)
if ( !fConstruct )
{
pMan = Vec_PtrPop( vAigs );