From 32314347bae6ddcd841a268e797ec4da45726abb Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Tue, 10 Mar 2009 08:01:00 -0700 Subject: Version abc90310 --- src/map/if/ifCore.c | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'src/map/if/ifCore.c') diff --git a/src/map/if/ifCore.c b/src/map/if/ifCore.c index 0f0ca002..e3fd47f1 100644 --- a/src/map/if/ifCore.c +++ b/src/map/if/ifCore.c @@ -55,13 +55,10 @@ int If_ManPerformMapping( If_Man_t * p ) // try sequential mapping if ( p->pPars->fSeqMap ) { - int RetValue = 1; - printf( "Currently sequential mapping is not performed.\n" ); -// RetValue = If_ManPerformMappingSeq( p ); - return RetValue; -// return 1; +// if ( p->pPars->fVerbose ) + printf( "Performing sequential mapping without retiming.\n" ); + return If_ManPerformMappingSeq( p ); } - return If_ManPerformMappingComb( p ); } -- cgit v1.2.3