mirror of https://github.com/YosysHQ/abc.git
Temporary debugging change.
This commit is contained in:
parent
bf97e901d7
commit
ca33481f1e
|
|
@ -689,7 +689,7 @@ void If_CluVerify3( word * pF, int nVars, If_Grp_t * g, If_Grp_t * g2, If_Grp_t
|
|||
|
||||
printf( "%d\n\n", TruthAll[0][0] );
|
||||
|
||||
if ( TruthAll[0][0] == 0 )
|
||||
// if ( TruthAll[0][0] == 0 )
|
||||
If_CluInitTruthTables();
|
||||
|
||||
for ( i = 0; i < g->nVars; i++ )
|
||||
|
|
|
|||
Loading…
Reference in New Issue