From 7f7b7671b044b35583bd40eff2afba7e3b872ea3 Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Tue, 28 Jul 2015 17:17:32 -0700 Subject: Improvements to Cba data-structure. --- src/base/abci/abc.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/base/abci') diff --git a/src/base/abci/abc.c b/src/base/abci/abc.c index e6bfa52b..315d926b 100644 --- a/src/base/abci/abc.c +++ b/src/base/abci/abc.c @@ -10260,6 +10260,7 @@ int Abc_CommandCover( Abc_Frame_t * pAbc, int argc, char ** argv ) usage: Abc_Print( -2, "usage: cover [-N num] [-sxvh]\n" ); Abc_Print( -2, "\t decomposition into a network of SOP/ESOP PLAs\n" ); + Abc_Print( -2, "\t (this command is known to have bugs)\n"); Abc_Print( -2, "\t-N num : maximum number of inputs [default = %d]\n", nFaninMax ); Abc_Print( -2, "\t-s : toggle the use of SOPs [default = %s]\n", fUseSop? "yes": "no" ); Abc_Print( -2, "\t-x : toggle the use of ESOPs [default = %s]\n", fUseEsop? "yes": "no" ); -- cgit v1.2.3