diff options
author | Alan Mishchenko <alanmi@berkeley.edu> | 2013-09-07 16:41:35 -0700 |
---|---|---|
committer | Alan Mishchenko <alanmi@berkeley.edu> | 2013-09-07 16:41:35 -0700 |
commit | 137a766207e27d397a8127b7e5c93c193fa108e1 (patch) | |
tree | b9d41fdfc09d09088ac5170d99bc8dd72d72df51 /src/map/if/ifMap.c | |
parent | 23879f92000601db485d2ea226711df88c6266b9 (diff) | |
download | abc-137a766207e27d397a8127b7e5c93c193fa108e1.tar.gz abc-137a766207e27d397a8127b7e5c93c193fa108e1.tar.bz2 abc-137a766207e27d397a8127b7e5c93c193fa108e1.zip |
Improvements to the new technology mapper.
Diffstat (limited to 'src/map/if/ifMap.c')
-rw-r--r-- | src/map/if/ifMap.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/map/if/ifMap.c b/src/map/if/ifMap.c index d7240d5c..e6a5d821 100644 --- a/src/map/if/ifMap.c +++ b/src/map/if/ifMap.c @@ -333,6 +333,12 @@ void If_ObjPerformMappingAnd( If_Man_t * p, If_Obj_t * pObj, int Mode, int fPrep If_CutSort( p, pCutSet, pCut ); // If_CutTraverse( p, pObj, pCut ); } +/* + printf( "Node %d\n", pObj->Id ); + for ( i = 0; i < pCutSet->nCuts; i++ ) + If_CutPrint( pCutSet->ppCuts[i] ); + printf( "\n" ); +*/ assert( pCutSet->nCuts > 0 ); // add the trivial cut to the set |