summaryrefslogtreecommitdiffstats
path: root/src/map/scl/scl.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/scl/scl.c')
-rw-r--r--src/map/scl/scl.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/map/scl/scl.c b/src/map/scl/scl.c
index 7d8a8baa..ba418a20 100644
--- a/src/map/scl/scl.c
+++ b/src/map/scl/scl.c
@@ -642,9 +642,9 @@ usage:
int Scl_CommandUpsize( Abc_Frame_t * pAbc, int argc, char **argv )
{
Abc_Ntk_t * pNtk = Abc_FrameReadNtk(pAbc);
- int Window = 5;
- int Ratio = 5;
- int nIters = 20;
+ int Window = 2;
+ int Ratio = 10;
+ int nIters = 100;
int c, fVerbose = 0;
Extra_UtilGetoptReset();
while ( ( c = Extra_UtilGetopt( argc, argv, "WRIvh" ) ) != EOF )