diff options
author | Yen-Sheng Ho <ysho@berkeley.edu> | 2017-04-09 17:22:14 -0700 |
---|---|---|
committer | Yen-Sheng Ho <ysho@berkeley.edu> | 2017-04-09 17:22:14 -0700 |
commit | 3c43851c362ad9377dcfb71c85f6a44e3f822727 (patch) | |
tree | a91749dfe5084b4d571a32926530bf9458ded7d1 /src/base | |
parent | 3401ed364bd031aca55d076afa50752293be497e (diff) | |
download | abc-3c43851c362ad9377dcfb71c85f6a44e3f822727.tar.gz abc-3c43851c362ad9377dcfb71c85f6a44e3f822727.tar.bz2 abc-3c43851c362ad9377dcfb71c85f6a44e3f822727.zip |
%pdra: bug fix
Diffstat (limited to 'src/base')
-rw-r--r-- | src/base/wlc/wlcAbs.c | 2 |
1 files changed, 2 insertions, 0 deletions
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; } } |