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

This commit is contained in:
Alan Mishchenko 2020-03-12 00:38:08 +02:00
parent da5a7a235f
commit 47c0f7840d
1 changed files with 1 additions and 1 deletions

View File

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