Bug fix in &cec (properly updating the status after the corner case bug fix\).

This commit is contained in:
Alan Mishchenko 2020-06-24 10:57:47 -07:00
parent 322cea8234
commit 83f54185ef
1 changed files with 1 additions and 0 deletions

View File

@ -36966,6 +36966,7 @@ int Abc_CommandAbc9Cec( Abc_Frame_t * pAbc, int argc, char ** argv )
Abc_Print( 1, "Networks are NOT EQUIVALENT. Output %d trivially differs (different phase). ", i );
Abc_PrintTime( 1, "Time", Abc_Clock() - clk );
}
pAbc->Status = 0;// satisfiable
break;
}
if ( pAbc->pGia->pCexComb == NULL )