Commit 0985eaca by Alan Mishchenko

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

parent 49869d08
...@@ -10638,7 +10638,6 @@ int Abc_CommandIProve( Abc_Frame_t * pAbc, int argc, char ** argv ) ...@@ -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_Cex_t * pCex = Abc_CexDeriveFromCombModel( pNtkTemp->pModel, Abc_NtkPiNum(pNtkTemp), 0, iOut );
Abc_FrameReplaceCex( pAbc, &pCex ); Abc_FrameReplaceCex( pAbc, &pCex );
} }
return 0; return 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment