diff options
Diffstat (limited to 'src/base/abci/abc.c')
-rw-r--r-- | src/base/abci/abc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/base/abci/abc.c b/src/base/abci/abc.c index c9159d3f..6400cfd6 100644 --- a/src/base/abci/abc.c +++ b/src/base/abci/abc.c @@ -14474,7 +14474,7 @@ int Abc_CommandMap( Abc_Frame_t * pAbc, int argc, char ** argv ) double DelayMulti; float LogFan = 0; float Slew = 0; // choose based on the library - float Gain = 200; + float Gain = 250; int nGatesMin = 4; int fAreaOnly; int fRecovery; |