Commit 92abe5cb by Alan Mishchenko

Removing debug stop.

parent fbf70c5f
...@@ -153,10 +153,6 @@ int Wln_NtkIsAcyclic_rec( Wln_Ntk_t * p, int iObj ) ...@@ -153,10 +153,6 @@ int Wln_NtkIsAcyclic_rec( Wln_Ntk_t * p, int iObj )
{ {
int i, iFanin; int i, iFanin;
//printf( "Visiting node %d\n", iObj ); //printf( "Visiting node %d\n", iObj );
if ( 43309 == iObj )
{
int s = 0;
}
// skip the node if it is already visited // skip the node if it is already visited
if ( Wln_ObjIsTravIdPrevious(p, iObj) ) if ( Wln_ObjIsTravIdPrevious(p, iObj) )
return 1; return 1;
......
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