Commit 43ad54b9 by Alan Mishchenko

Adding new Python API 'co_supp'.

parent 95af9797
......@@ -951,6 +951,7 @@ Vec_Int_t * Abc_NtkNodeSupportInt( Abc_Ntk_t * pNtk, int iCo )
pObj = Abc_NtkCo( pNtk, iCo );
vNodes = Vec_IntAlloc( 100 );
Abc_NtkNodeSupportInt_rec( Abc_ObjFanin0(pObj), vNodes );
Vec_IntSort( vNodes, 0 );
return vNodes;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment