mirror of https://github.com/YosysHQ/abc.git
Updates to Exorcism package
This commit is contained in:
parent
a02be725e9
commit
9522aeea19
|
|
@ -772,7 +772,7 @@ int Exorcism( Vec_Wec_t * vEsop, int nIns, int nOuts, char * pFileNameOut )
|
|||
sprintf( Buffer, "%s", pFileNameOut ? pFileNameOut : "temp.esop" );
|
||||
WriteResultIntoFile( Buffer );
|
||||
//if ( g_CoverInfo.Verbosity )
|
||||
printf( "Minimum cover has been written into file <%s>\n", Buffer );
|
||||
printf( "Minimized cover has been written into file <%s>\n", Buffer );
|
||||
}
|
||||
|
||||
///////////////////////////////////////////////////////////////////////
|
||||
|
|
|
|||
Loading…
Reference in New Issue