summaryrefslogtreecommitdiffstats
path: root/src/base/abcs/abcRetImpl.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/base/abcs/abcRetImpl.c')
-rw-r--r--src/base/abcs/abcRetImpl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/base/abcs/abcRetImpl.c b/src/base/abcs/abcRetImpl.c
index 9a28a354..84b386bb 100644
--- a/src/base/abcs/abcRetImpl.c
+++ b/src/base/abcs/abcRetImpl.c
@@ -117,7 +117,7 @@ int Abc_NtkImplementRetimingBackward( Abc_Ntk_t * pNtk, Vec_Ptr_t * vMoves )
vValues = Vec_IntAlloc( 100 );
// create the network for the initial state computation
- pNtkProb = Abc_NtkAlloc( ABC_TYPE_LOGIC, ABC_FUNC_SOP );
+ pNtkProb = Abc_NtkAlloc( ABC_NTK_LOGIC, ABC_FUNC_SOP );
// perform the backward moves and build the network
Vec_PtrForEachEntry( vMoves, pNode, i )