Procedure to transform counter-examples (bug fix).

This commit is contained in:
Alan Mishchenko 2019-01-15 18:59:34 -08:00
parent 7786cb24ea
commit f3946eea93
1 changed files with 1 additions and 1 deletions

View File

@ -2225,7 +2225,7 @@ Gia_Man_t * Wlc_NtkBitBlast( Wlc_Ntk_t * p, Wlc_BstPar_t * pParIn )
for ( k = 0; k < nRange; k++ )
{
char Buffer[1000];
sprintf( Buffer, "%s_in[%d]", pName, Wlc_NtkObj(p, iFanin)->Beg+k );
sprintf( Buffer, "%s_in[%d]", pName, pObj->Beg+k );
Vec_PtrPush( pNew->vNamesOut, Abc_UtilStrsav(Buffer) );
}
}