Adding limit on the number of live BDD nodes in command 'muxes -g'.

This commit is contained in:
Alan Mishchenko 2020-03-14 16:29:15 +02:00
parent 47c0f7840d
commit 488f949721
1 changed files with 1 additions and 1 deletions

View File

@ -11041,7 +11041,7 @@ int Abc_CommandMuxes( Abc_Frame_t * pAbc, int argc, char ** argv )
pNtkRes = Abc_NtkBddToMuxes( pNtk, fGlobal, Limit );
if ( pNtkRes == NULL )
{
Abc_Print( -1, "Converting to MUXes has failed.\n" );
Abc_Print( 0, "Converting to MUXes has failed.\n" );
return 0;
}
// replace the current network