mirror of
https://github.com/YosysHQ/abc.git
synced 2026-09-07 02:00:13 +02:00
Improving GIA interfaces for some procedures.
This commit is contained in:
+1
-1
@@ -30851,7 +30851,7 @@ int Abc_CommandAbc9If( Abc_Frame_t * pAbc, int argc, char ** argv )
|
||||
}
|
||||
|
||||
// perform mapping
|
||||
pNew = Gia_ManPerformMapping( pAbc->pGia, pPars, 1 );
|
||||
pNew = Gia_ManPerformMapping( pAbc->pGia, pPars );
|
||||
if ( pNew == NULL )
|
||||
{
|
||||
Abc_Print( -1, "Abc_CommandAbc9If(): Mapping of GIA has failed.\n" );
|
||||
|
||||
Reference in New Issue
Block a user