From 24af6345085f17234e71ee139149653a836fb484 Mon Sep 17 00:00:00 2001 From: Mathias Soeken Date: Tue, 9 Aug 2016 10:55:40 +0200 Subject: Exact synthesis (revert one change). --- 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 2ab1195f..6304683c 100644 --- a/src/base/abci/abc.c +++ b/src/base/abci/abc.c @@ -7399,7 +7399,7 @@ int Abc_CommandExact( Abc_Frame_t * pAbc, int argc, char ** argv ) } else if ( nVars != nVarsTmp ) { - Abc_Print( -1, "All functions need to have the same size (nVars = %d, nVarsTmp = %d, base = %d).\n", nVars, nVarsTmp, Abc_Base2Log( 2 ) ); + Abc_Print( -1, "All functions need to have the same size.\n" ); goto usage; } } -- cgit v1.2.3