summaryrefslogtreecommitdiffstats
path: root/src/misc/extra
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2019-01-29 09:43:02 -0800
committerAlan Mishchenko <alanmi@berkeley.edu>2019-01-29 09:43:02 -0800
commited155f7f42902fc050651611a2d9ad7ae925fa2d (patch)
tree730b6721491ac1049196af7633b33db1bf8e32b7 /src/misc/extra
parentf16012bc28d05e62ef660500ca764c2a1ad5c633 (diff)
downloadabc-ed155f7f42902fc050651611a2d9ad7ae925fa2d.tar.gz
abc-ed155f7f42902fc050651611a2d9ad7ae925fa2d.tar.bz2
abc-ed155f7f42902fc050651611a2d9ad7ae925fa2d.zip
Adding new switch to simulation.
Diffstat (limited to 'src/misc/extra')
-rw-r--r--src/misc/extra/extraUtilCfs.c2
-rw-r--r--src/misc/extra/extraUtilGen.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/misc/extra/extraUtilCfs.c b/src/misc/extra/extraUtilCfs.c
index 66225e05..b21dc445 100644
--- a/src/misc/extra/extraUtilCfs.c
+++ b/src/misc/extra/extraUtilCfs.c
@@ -48,7 +48,7 @@ ABC_NAMESPACE_IMPL_START
SeeAlso []
***********************************************************************/
-void Extra_CommandCfs( Gia_Man_t * pGia, int Multi, int Limit, int Reps, int UnseenUse, int RareUse, int fVerbose )
+void Extra_CommandCfs( Gia_Man_t * pGia, int Limit, int Reps, int UnseenUse, int RareUse, int fVerbose )
{
}
diff --git a/src/misc/extra/extraUtilGen.c b/src/misc/extra/extraUtilGen.c
index 9fe22522..4b254e13 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 Limit, int nBestTries, int fVerbose )
+Gia_Man_t * Extra_CommandGen( int Algo, int LutSize, int nLuts, int nLevels, int Limit, int nBestTries, int Multi, int fXor, int fVerbose )
{
return NULL;
}