summaryrefslogtreecommitdiffstats
path: root/src/map/scl/scl.c
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2013-11-08 15:16:13 -0800
committerAlan Mishchenko <alanmi@berkeley.edu>2013-11-08 15:16:13 -0800
commite70adbcd2d0444624420afce7b04436118ee91f6 (patch)
tree2622820935853d42c5581e56ea6a3069454dfa58 /src/map/scl/scl.c
parent5021909cb1c42e80a27df117f084608dcbf3e2c3 (diff)
downloadabc-e70adbcd2d0444624420afce7b04436118ee91f6.tar.gz
abc-e70adbcd2d0444624420afce7b04436118ee91f6.tar.bz2
abc-e70adbcd2d0444624420afce7b04436118ee91f6.zip
Improvements to the standard cell flow.
Diffstat (limited to 'src/map/scl/scl.c')
-rw-r--r--src/map/scl/scl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/scl/scl.c b/src/map/scl/scl.c
index 36bec7b4..b3175dbb 100644
--- a/src/map/scl/scl.c
+++ b/src/map/scl/scl.c
@@ -871,7 +871,7 @@ int Scl_CommandBuffer( Abc_Frame_t * pAbc, int argc, char ** argv )
Abc_Ntk_t * pNtkRes, * pNtk = Abc_FrameReadNtk(pAbc);
int c;
memset( pPars, 0, sizeof(SC_BusPars) );
- pPars->GainRatio = 250;
+ pPars->GainRatio = 300;
pPars->Slew = pAbc->pLibScl ? Abc_SclComputeAverageSlew((SC_Lib *)pAbc->pLibScl) : 100;
pPars->nDegree = 10;
pPars->fSizeOnly = 0;