summaryrefslogtreecommitdiffstats
path: root/src/base/abci/abc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/base/abci/abc.c')
-rw-r--r--src/base/abci/abc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/base/abci/abc.c b/src/base/abci/abc.c
index a3fa3e36..bfe1bd15 100644
--- a/src/base/abci/abc.c
+++ b/src/base/abci/abc.c
@@ -14448,8 +14448,8 @@ int Abc_CommandMap( Abc_Frame_t * pAbc, int argc, char ** argv )
double AreaMulti;
double DelayMulti;
float LogFan = 0;
- float Slew = 200;
- float Gain = 100;
+ float Slew = 0; // choose based on the library
+ float Gain = 200;
int nGatesMin = 4;
int fAreaOnly;
int fRecovery;