mirror of https://github.com/YosysHQ/abc.git
Updated 'iprove' to generate seq CEX when CEC fails (small fix).
This commit is contained in:
parent
49869d08ec
commit
0985eaca6c
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue