mirror of https://github.com/YosysHQ/abc.git
Commenting out printout.
This commit is contained in:
parent
cc0e5d4f1d
commit
0294fc7861
|
|
@ -137,8 +137,8 @@ void Gia_ManVerifyChoices( Gia_Man_t * p )
|
|||
printf( "Fanin 0 of CO node %d has a repr.\n", i ), fProb = 1;
|
||||
}
|
||||
}
|
||||
if ( !fProb )
|
||||
printf( "GIA with choices is correct.\n" );
|
||||
// if ( !fProb )
|
||||
// printf( "GIA with choices is correct.\n" );
|
||||
}
|
||||
|
||||
/**Function*************************************************************
|
||||
|
|
|
|||
Loading…
Reference in New Issue