diff options
author | Alan Mishchenko <alanmi@berkeley.edu> | 2019-01-18 17:39:09 -0800 |
---|---|---|
committer | Alan Mishchenko <alanmi@berkeley.edu> | 2019-01-18 17:39:09 -0800 |
commit | d96d3e3fd53180d512f3c694091c551452cb0d2f (patch) | |
tree | 4db53a74955f0e30a0de9ca3c9ca717ba409b07b /src/misc | |
parent | 81b263e35aacc6a15a9da9c553262cacf946b8cd (diff) | |
download | abc-d96d3e3fd53180d512f3c694091c551452cb0d2f.tar.gz abc-d96d3e3fd53180d512f3c694091c551452cb0d2f.tar.bz2 abc-d96d3e3fd53180d512f3c694091c551452cb0d2f.zip |
Changing default parameter values in the AIG generation code.
Diffstat (limited to 'src/misc')
-rw-r--r-- | src/misc/extra/extraUtilGen.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |