From d96d3e3fd53180d512f3c694091c551452cb0d2f Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Fri, 18 Jan 2019 17:39:09 -0800 Subject: Changing default parameter values in the AIG generation code. --- src/misc/extra/extraUtilGen.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/misc/extra') diff --git a/src/misc/extra/extraUtilGen.c b/src/misc/extra/extraUtilGen.c index 840b9a74..9fe22522 100644 --- a/src/misc/extra/extraUtilGen.c +++ b/src/misc/extra/extraUtilGen.c @@ -50,7 +50,7 @@ ABC_NAMESPACE_IMPL_START SeeAlso [] ***********************************************************************/ -Gia_Man_t * Extra_CommandGen( int Algo, int LutSize, int nLuts, int nLevels, int fVerbose ) +Gia_Man_t * Extra_CommandGen( int Algo, int LutSize, int nLuts, int nLevels, int Limit, int nBestTries, int fVerbose ) { return NULL; } -- cgit v1.2.3