mirror of https://github.com/YosysHQ/abc.git
Sweeper assertion.
This commit is contained in:
parent
e4ab09d771
commit
7b6e7181e0
|
|
@ -349,6 +349,7 @@ int Ssc_ManCheckEquivalence( Ssc_Man_t * p, int iRepr, int iNode, int fCompl )
|
||||||
{
|
{
|
||||||
int pLitsSat[2], RetValue;
|
int pLitsSat[2], RetValue;
|
||||||
abctime clk;
|
abctime clk;
|
||||||
|
assert( iRepr != iNode );
|
||||||
assert( iRepr < iNode );
|
assert( iRepr < iNode );
|
||||||
// if ( p->nTimeOut )
|
// if ( p->nTimeOut )
|
||||||
// sat_solver_set_runtime_limit( p->pSat, p->nTimeOut * CLOCKS_PER_SEC + Abc_Clock() );
|
// sat_solver_set_runtime_limit( p->pSat, p->nTimeOut * CLOCKS_PER_SEC + Abc_Clock() );
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue