From 120a30c2e4d8bd0455c706a5b1664aaaf82e4c74 Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Tue, 17 Mar 2015 09:23:57 +0700 Subject: Bug fix in &cec (not generating a CEX). --- src/base/abci/abc.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/base/abci/abc.c b/src/base/abci/abc.c index 10a6f191..1a9cf263 100644 --- a/src/base/abci/abc.c +++ b/src/base/abci/abc.c @@ -30954,6 +30954,7 @@ int Abc_CommandAbc9Cec( Abc_Frame_t * pAbc, int argc, char ** argv ) Abc_Print( 1, "Assuming the current network is a single-output miter. (Conflict limit = %d.)\n", pPars->nBTLimit ); pTemp = Gia_ManTransformToDual( pAbc->pGia ); pAbc->Status = Cec_ManVerify( pTemp, pPars ); + ABC_SWAP( Abc_Cex_t *, pAbc->pGia->pCexComb, pTemp->pCexComb ); Gia_ManStop( pTemp ); } Abc_FrameReplaceCex( pAbc, &pAbc->pGia->pCexComb ); -- cgit v1.2.3