Commit 4748f698 by Alan Mishchenko

Small bug fix in printing DSD for Boolean functions.

parent 7a3c33e1
......@@ -346,7 +346,7 @@ void Kit_DsdPrint_rec( FILE * pFile, Kit_DsdNtk_t * pNtk, int Id )
Symbol = ',';
if ( pObj->Type == KIT_DSD_PRIME )
Kit_DsdPrintHex( stdout, Kit_DsdObjTruth(pObj), pObj->nFans );
Kit_DsdPrintHex( pFile, Kit_DsdObjTruth(pObj), pObj->nFans );
fprintf( pFile, "(" );
Kit_DsdObjForEachFanin( pNtk, pObj, iLit, i )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment