summaryrefslogtreecommitdiffstats
path: root/src/map/if/ifTime.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/if/ifTime.c')
-rw-r--r--src/map/if/ifTime.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/map/if/ifTime.c b/src/map/if/ifTime.c
index 59322cad..20521805 100644
--- a/src/map/if/ifTime.c
+++ b/src/map/if/ifTime.c
@@ -212,6 +212,7 @@ void If_CutSortInputPins( If_Man_t * p, If_Cut_t * pCut, int * pPinPerm, float *
pPinPerm[i] = pPinPerm[best_i];
pPinPerm[best_i] = temp;
}
+/*
// verify
assert( pPinPerm[0] < (int)pCut->nLeaves );
for ( i = 1; i < (int)pCut->nLeaves; i++ )
@@ -219,6 +220,7 @@ void If_CutSortInputPins( If_Man_t * p, If_Cut_t * pCut, int * pPinPerm, float *
assert( pPinPerm[i] < (int)pCut->nLeaves );
assert( pPinDelays[pPinPerm[i-1]] >= pPinDelays[pPinPerm[i]] );
}
+*/
}
/**Function*************************************************************