mirror of
https://github.com/YosysHQ/abc.git
synced 2026-09-08 03:46:07 +02:00
Version abc51114
This commit is contained in:
@@ -46,7 +46,7 @@
|
||||
***********************************************************************/
|
||||
int Map_Mapping( Map_Man_t * p )
|
||||
{
|
||||
int fShowSwitching = 0;
|
||||
int fShowSwitching = 1;
|
||||
int fUseAreaFlow = 1;
|
||||
int fUseExactArea = !p->fSwitching;
|
||||
int fUseExactAreaWithPhase = !p->fSwitching;
|
||||
@@ -93,7 +93,11 @@ PRT( "Time", p->timeMatch );
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
|
||||
if ( !p->fAreaRecovery )
|
||||
{
|
||||
if ( p->fVerbose )
|
||||
Map_MappingPrintOutputArrivals( p );
|
||||
return 1;
|
||||
}
|
||||
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
// perform area recovery using area flow
|
||||
|
||||
@@ -179,7 +179,7 @@ int Map_SuperLibDeriveFromGenlib( Mio_Library_t * pLib )
|
||||
return 0;
|
||||
|
||||
// write the current library into the file
|
||||
strcpy( FileNameGenlib, Mio_LibraryReadName(pLib) );
|
||||
sprintf( FileNameGenlib, "%s_temp", Mio_LibraryReadName(pLib) );
|
||||
pFile = fopen( FileNameGenlib, "w" );
|
||||
Mio_WriteLibrary( pFile, pLib, 0 );
|
||||
fclose( pFile );
|
||||
|
||||
Reference in New Issue
Block a user