mirror of https://github.com/YosysHQ/abc.git
%pdra: bug fix
This commit is contained in:
parent
3401ed364b
commit
3c43851c36
|
|
@ -587,6 +587,8 @@ static Abc_Cex_t * Wlc_NtkCexIsReal( Wlc_Ntk_t * pOrig, Abc_Cex_t * pCex )
|
|||
if (pObj->Value==1) {
|
||||
Abc_Print( 1, "CEX is real on the original model.\n" );
|
||||
Gia_ManStop(pGiaOrig);
|
||||
pCexReal->iFrame = f;
|
||||
pCexReal->iPo = i;
|
||||
return pCexReal;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue