mirror of https://github.com/YosysHQ/abc.git
Removing unhelpful assertion in CEX minimization.
This commit is contained in:
parent
1a3c75bb04
commit
af828a499d
|
|
@ -347,7 +347,7 @@ int Bmc_CexVerify( Gia_Man_t * p, Abc_Cex_t * pCex, Abc_Cex_t * pCexCare )
|
|||
{
|
||||
Gia_Obj_t * pObj;
|
||||
int i, k;
|
||||
assert( pCex->nRegs > 0 );
|
||||
// assert( pCex->nRegs > 0 );
|
||||
// assert( pCexCare->nRegs == 0 );
|
||||
Gia_ObjTerSimSet0( Gia_ManConst0(p) );
|
||||
Gia_ManForEachRi( p, pObj, k )
|
||||
|
|
|
|||
Loading…
Reference in New Issue