From 4da784c049b79b76d8c1b82297bd27f45ead9377 Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Wed, 28 Mar 2007 08:01:00 -0700 Subject: Version abc70328 --- src/base/abci/abcDress.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/base/abci/abcDress.c') 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 ); -- cgit v1.2.3