mirror of https://github.com/YosysHQ/abc.git
New MFS package (bug fix).
This commit is contained in:
parent
8108655263
commit
25db1d5ae0
|
|
@ -142,9 +142,8 @@ int Sfm_NtkWindowToSolver( Sfm_Ntk_t * p )
|
|||
}
|
||||
// finalize
|
||||
RetValue = sat_solver_simplify( p->pSat );
|
||||
assert( RetValue );
|
||||
p->timeCnf += Abc_Clock() - clk;
|
||||
return 1;
|
||||
return RetValue;
|
||||
}
|
||||
|
||||
/**Function*************************************************************
|
||||
|
|
|
|||
Loading…
Reference in New Issue