Commit 83f54185 by Alan Mishchenko

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

parent 322cea82
......@@ -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 )
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