Updated 'iprove' to generate seq CEX when CEC fails (small fix).

This commit is contained in:
Alan Mishchenko 2011-06-25 09:48:23 -07:00
parent 49869d08ec
commit 0985eaca6c
1 changed files with 0 additions and 1 deletions

View File

@ -10638,7 +10638,6 @@ int Abc_CommandIProve( Abc_Frame_t * pAbc, int argc, char ** argv )
{
Abc_Cex_t * pCex = Abc_CexDeriveFromCombModel( pNtkTemp->pModel, Abc_NtkPiNum(pNtkTemp), 0, iOut );
Abc_FrameReplaceCex( pAbc, &pCex );
}
return 0;