From ed155f7f42902fc050651611a2d9ad7ae925fa2d Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Tue, 29 Jan 2019 09:43:02 -0800 Subject: Adding new switch to simulation. --- src/misc/extra/extraUtilGen.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/misc/extra/extraUtilGen.c') 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; } -- cgit v1.2.3