mirror of
https://github.com/YosysHQ/abc.git
synced 2026-09-03 08:25:20 +02:00
Commenting out assertion related to choices in 'if'.
This commit is contained in:
+1
-1
@@ -415,7 +415,7 @@ void If_ObjPerformMappingChoice( If_Man_t * p, If_Obj_t * pObj, int Mode, int fP
|
||||
// generate cuts
|
||||
for ( pTemp = pObj->pEquiv; pTemp; pTemp = pTemp->pEquiv )
|
||||
{
|
||||
assert( pTemp->nRefs == 0 );
|
||||
// assert( pTemp->nRefs == 0 );
|
||||
// assert( p->pPars->fSeqMap || pTemp->pCutSet->nCuts > 0 ); // June 9, 2009
|
||||
if ( pTemp->pCutSet->nCuts == 0 )
|
||||
continue;
|
||||
|
||||
Reference in New Issue
Block a user