mirror of https://github.com/YosysHQ/abc.git
Bug fix in CEX printing.
This commit is contained in:
parent
44b79db4b8
commit
93754146a4
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue