Commit 3c43851c by Yen-Sheng Ho

%pdra: bug fix

parent 3401ed36
...@@ -587,6 +587,8 @@ static Abc_Cex_t * Wlc_NtkCexIsReal( Wlc_Ntk_t * pOrig, Abc_Cex_t * pCex ) ...@@ -587,6 +587,8 @@ static Abc_Cex_t * Wlc_NtkCexIsReal( Wlc_Ntk_t * pOrig, Abc_Cex_t * pCex )
if (pObj->Value==1) { if (pObj->Value==1) {
Abc_Print( 1, "CEX is real on the original model.\n" ); Abc_Print( 1, "CEX is real on the original model.\n" );
Gia_ManStop(pGiaOrig); Gia_ManStop(pGiaOrig);
pCexReal->iFrame = f;
pCexReal->iPo = i;
return pCexReal; return pCexReal;
} }
} }
......
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