mirror of https://github.com/YosysHQ/abc.git
Adding limit on the number of live BDD nodes in command 'muxes -g'.
This commit is contained in:
parent
47c0f7840d
commit
488f949721
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue