summaryrefslogtreecommitdiffstats
path: root/src/base/abci/abcDress.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/base/abci/abcDress.c')
-rw-r--r--src/base/abci/abcDress.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/base/abci/abcDress.c b/src/base/abci/abcDress.c
index cc9ce0b9..f8182532 100644
--- a/src/base/abci/abcDress.c
+++ b/src/base/abci/abcDress.c
@@ -73,7 +73,7 @@ void Abc_NtkDress( Abc_Ntk_t * pNtkLogic, char * pFileName, int fVerbose )
}
// convert the current logic network into an AIG
- pMiter = Abc_NtkStrash( pNtkLogic, 1, 0 );
+ pMiter = Abc_NtkStrash( pNtkLogic, 1, 0, 0 );
// convert it into the AIG and make the netlist point to the AIG
Abc_NtkAppend( pMiter, pNtkLogicOrig, 1 );