summaryrefslogtreecommitdiffstats
path: root/src/map/scl/scl.c
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2012-12-04 18:59:09 -0800
committerAlan Mishchenko <alanmi@berkeley.edu>2012-12-04 18:59:09 -0800
commit7b9132311ec663a9bed59017b7938ddd64029df4 (patch)
treebcfadeec0874974456d1d73b13f8287e89b55ec0 /src/map/scl/scl.c
parent8c04d9501f414b6985f9125cac91e41455ff26f3 (diff)
downloadabc-7b9132311ec663a9bed59017b7938ddd64029df4.tar.gz
abc-7b9132311ec663a9bed59017b7938ddd64029df4.tar.bz2
abc-7b9132311ec663a9bed59017b7938ddd64029df4.zip
Removed useless code from the sizing package.
Diffstat (limited to 'src/map/scl/scl.c')
-rw-r--r--src/map/scl/scl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/map/scl/scl.c b/src/map/scl/scl.c
index f9d88c45..49a7dcc3 100644
--- a/src/map/scl/scl.c
+++ b/src/map/scl/scl.c
@@ -64,8 +64,8 @@ void Scl_Init( Abc_Frame_t * pAbc )
Cmd_CommandAdd( pAbc, "SCL mapping", "topo", Scl_CommandTopo, 1 );
Cmd_CommandAdd( pAbc, "SCL mapping", "buffer", Scl_CommandBuffer, 1 );
Cmd_CommandAdd( pAbc, "SCL mapping", "minsize", Scl_CommandMinsize, 1 );
- Cmd_CommandAdd( pAbc, "SCL mapping", "gsize", Scl_CommandGsize, 1 );
Cmd_CommandAdd( pAbc, "SCL mapping", "upsize", Scl_CommandUpsize, 1 );
+// Cmd_CommandAdd( pAbc, "SCL mapping", "gsize", Scl_CommandGsize, 1 );
}
void Scl_End( Abc_Frame_t * pAbc )
{
@@ -679,7 +679,7 @@ int Scl_CommandGsize( Abc_Frame_t * pAbc, int argc, char **argv )
return 1;
}
- Abc_SclSizingPerform( (SC_Lib *)pAbc->pLibScl, Abc_FrameReadNtk(pAbc), pPars );
+// Abc_SclSizingPerform( (SC_Lib *)pAbc->pLibScl, Abc_FrameReadNtk(pAbc), pPars );
return 0;
usage: