mirror of https://github.com/YosysHQ/abc.git
Removing debug stop.
This commit is contained in:
parent
fbf70c5fbb
commit
92abe5cb87
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue