printf("give up due to impossible decomposition at second level (depth = %d, input = %d, arrival time = %d)",pSes->nMaxDepth,l,pSes->pArrTimeProfile[l]);
printf("give up due to impossible decomposition at third level (depth = %d, input = %d, arrival time = %d)",pSes->nMaxDepth,l,pSes->pArrTimeProfile[l]);
return0;
}
...
...
@@ -1618,14 +1675,14 @@ static int Ses_CheckGatesConsistency( Ses_Man_t * pSes, int nGates )
/* give up if number of gates is impossible for given depth */