From 22806448c1e700f260e6b8020280c792c502d265 Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Thu, 9 May 2013 12:01:29 -0700 Subject: Adding comment about using 'dprove' for sequential synthesis. --- 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 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 [] -- cgit v1.2.3