Improvements to technology mapping.

This commit is contained in:
Alan Mishchenko 2014-04-03 11:48:44 -07:00
parent 481c29c8d8
commit b21589ea1a
1 changed files with 1 additions and 0 deletions

View File

@ -174,6 +174,7 @@ void If_ManStop( If_Man_t * p )
Abc_PrintTime( 1, "Non-DSD ", p->timeCache[0] );
Abc_PrintTime( 1, "DSD hits ", p->timeCache[1] );
Abc_PrintTime( 1, "DSD misses", p->timeCache[2] );
Abc_PrintTime( 1, "TOTAL ", p->timeCache[0] + p->timeCache[1] + p->timeCache[2] );
Abc_PrintTime( 1, "Canon ", p->timeCache[3] );
}
}