From 47c0f7840da4e8e27f05fc2300b433768b937742 Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Thu, 12 Mar 2020 00:38:08 +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/base') diff --git a/src/base/abci/abc.c b/src/base/abci/abc.c index 3f9aae45..a7af3496 100644 --- a/src/base/abci/abc.c +++ b/src/base/abci/abc.c @@ -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 ); -- cgit v1.2.3