summaryrefslogtreecommitdiffstats
path: root/src/base
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2013-05-09 12:01:29 -0700
committerAlan Mishchenko <alanmi@berkeley.edu>2013-05-09 12:01:29 -0700
commit22806448c1e700f260e6b8020280c792c502d265 (patch)
tree769d9768393eda44a33b903f9acb26fd9695fbef /src/base
parent7c7d5277553a2a3ae074a767ba870f77e2415e1c (diff)
downloadabc-22806448c1e700f260e6b8020280c792c502d265.tar.gz
abc-22806448c1e700f260e6b8020280c792c502d265.tar.bz2
abc-22806448c1e700f260e6b8020280c792c502d265.zip
Adding comment about using 'dprove' for sequential synthesis.
Diffstat (limited to 'src/base')
-rw-r--r--src/base/abci/abc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/base/abci/abc.c b/src/base/abci/abc.c
index cf316ce9..9fa73eaf 100644
--- a/src/base/abci/abc.c
+++ b/src/base/abci/abc.c
@@ -19626,10 +19626,10 @@ usage:
Abc_Print( -2, "\t-v : toggles verbose output [default = %s]\n", pSecPar->fVerbose? "yes": "no" );
Abc_Print( -2, "\t-w : toggles additional verbose output [default = %s]\n", pSecPar->fVeryVerbose? "yes": "no" );
Abc_Print( -2, "\t-h : print the command usage\n");
+ Abc_Print( -2, "\tCommand \"dprove\" can also be used for sequential synthesis (dprove -brjopu)\n");
return 1;
}
-
/**Function*************************************************************
Synopsis []