summaryrefslogtreecommitdiffstats
path: root/src/map/super/super.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/super/super.c')
-rw-r--r--src/map/super/super.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/map/super/super.c b/src/map/super/super.c
index 4786b5ce..7868ba78 100644
--- a/src/map/super/super.c
+++ b/src/map/super/super.c
@@ -166,11 +166,11 @@ int Super_CommandSupergates( Abc_Frame_t * pAbc, int argc, char **argv )
// set the defaults
nVarsMax = 5;
- nLevels = 3;
- DelayLimit = 3.5;
- AreaLimit = 9;
- nGatesMax = 1000000;
- TimeLimit = 10;
+ nLevels = 2;
+ DelayLimit = 0;
+ AreaLimit = 0;
+ nGatesMax = 0;
+ TimeLimit = 0;
fSkipInvs = 1;
fVerbose = 0;
fWriteOldFormat = 0;