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 d7bb70fe..cc9ce0b9 100644
--- a/src/base/abci/abcDress.c
+++ b/src/base/abci/abcDress.c
@@ -63,7 +63,7 @@ void Abc_NtkDress( Abc_Ntk_t * pNtkLogic, char * pFileName, int fVerbose )
Abc_NtkCleanCopy(pNtkOrig);
// convert it into the logic network
- pNtkLogicOrig = Abc_NtkNetlistToLogic( pNtkOrig );
+ pNtkLogicOrig = Abc_NtkToLogic( pNtkOrig );
// check that the networks have the same PIs/POs/latches
if ( !Abc_NtkCompareSignals( pNtkLogic, pNtkLogicOrig, 1, 1 ) )
{