Enabling additional stat printouts.

This commit is contained in:
Alan Mishchenko 2012-12-02 01:25:53 -08:00
parent a797ea0cc7
commit 4d67a04b19
1 changed files with 1 additions and 1 deletions

View File

@ -1351,7 +1351,7 @@ void Abc_NtkRecDumpTt3( char * pFileName, int fBinary )
Extra_PrintHex( pFile, (unsigned *)pTruth, nVars );
fprintf( pFile, " " );
// Kit_DsdWriteFromTruth( pBuffer, (unsigned *)pTruth, nVars );
Dau_DsdDecompose( pTruth, p->nVars, 0, 1, pBuffer );
Dau_DsdDecompose( pTruth, p->nVars, 0, (int)(nVars <= 10), pBuffer );
fprintf( pFile, "%s\n", pBuffer );
}
fclose( pFile );