From 3c43851c362ad9377dcfb71c85f6a44e3f822727 Mon Sep 17 00:00:00 2001 From: Yen-Sheng Ho Date: Sun, 9 Apr 2017 17:22:14 -0700 Subject: %pdra: bug fix --- src/base/wlc/wlcAbs.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/base/wlc/wlcAbs.c b/src/base/wlc/wlcAbs.c index 3a8ff704..3922f21e 100644 --- a/src/base/wlc/wlcAbs.c +++ b/src/base/wlc/wlcAbs.c @@ -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; } } -- cgit v1.2.3