mirror of https://github.com/YosysHQ/abc.git
Bug fix in &cec (properly updating the status after the corner case bug fix\).
This commit is contained in:
parent
322cea8234
commit
83f54185ef
|
|
@ -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 )
|
||||
|
|
|
|||
Loading…
Reference in New Issue