summaryrefslogtreecommitdiffstats
path: root/src/base/abci/abcDsd.c
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2018-06-07 15:53:12 -0700
committerAlan Mishchenko <alanmi@berkeley.edu>2018-06-07 15:53:12 -0700
commitb729c737b5aee67bbc92d9b102af8ce24a222140 (patch)
tree0b3536b0aa8439e88ca7b2b300174565b98ffa2a /src/base/abci/abcDsd.c
parentaae37ffd4ce42d64677fc9ab51ad98ec3ab2aae0 (diff)
downloadabc-b729c737b5aee67bbc92d9b102af8ce24a222140.tar.gz
abc-b729c737b5aee67bbc92d9b102af8ce24a222140.tar.bz2
abc-b729c737b5aee67bbc92d9b102af8ce24a222140.zip
Adding switch 'clp -o' to reverse initial variable ordering.
Diffstat (limited to 'src/base/abci/abcDsd.c')
-rw-r--r--src/base/abci/abcDsd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/base/abci/abcDsd.c b/src/base/abci/abcDsd.c
index 4d8f5217..5121a4fc 100644
--- a/src/base/abci/abcDsd.c
+++ b/src/base/abci/abcDsd.c
@@ -67,7 +67,7 @@ Abc_Ntk_t * Abc_NtkDsdGlobal( Abc_Ntk_t * pNtk, int fVerbose, int fPrint, int fS
DdManager * dd;
Abc_Ntk_t * pNtkNew;
assert( Abc_NtkIsStrash(pNtk) );
- dd = (DdManager *)Abc_NtkBuildGlobalBdds( pNtk, 10000000, 1, 1, fVerbose );
+ dd = (DdManager *)Abc_NtkBuildGlobalBdds( pNtk, 10000000, 1, 1, 0, fVerbose );
if ( dd == NULL )
return NULL;
if ( fVerbose )