mirror of
https://github.com/YosysHQ/abc.git
synced 2026-09-06 09:07:01 +02:00
Removing debug stop.
This commit is contained in:
@@ -153,10 +153,6 @@ int Wln_NtkIsAcyclic_rec( Wln_Ntk_t * p, int iObj )
|
||||
{
|
||||
int i, iFanin;
|
||||
//printf( "Visiting node %d\n", iObj );
|
||||
if ( 43309 == iObj )
|
||||
{
|
||||
int s = 0;
|
||||
}
|
||||
// skip the node if it is already visited
|
||||
if ( Wln_ObjIsTravIdPrevious(p, iObj) )
|
||||
return 1;
|
||||
|
||||
Reference in New Issue
Block a user