From 488f949721f3e68edc6028cff40afd8c60f53619 Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Sat, 14 Mar 2020 16:29:15 +0200 Subject: Adding limit on the number of live BDD nodes in command 'muxes -g'. --- src/base/abci/abc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/base/abci/abc.c b/src/base/abci/abc.c index a7af3496..ed4de2e4 100644 --- a/src/base/abci/abc.c +++ b/src/base/abci/abc.c @@ -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 -- cgit v1.2.3