Bug fix in CEX printing.

This commit is contained in:
Alan Mishchenko 2014-11-03 16:45:09 -08:00
parent 44b79db4b8
commit 93754146a4
1 changed files with 1 additions and 1 deletions

View File

@ -306,7 +306,7 @@ void Bmc_CexBuildNetworkTest( Gia_Man_t * p, Abc_Cex_t * pCex )
***********************************************************************/
void Bmc_CexPrint( Abc_Cex_t * pCex, int nInputs, int fVerbose )
{
int i, k, Count, iBit = 0;
int i, k, Count, iBit = pCex->nRegs;
Abc_CexPrintStatsInputs( pCex, nInputs );
if ( !fVerbose )
return;