summaryrefslogtreecommitdiffstats
path: root/src/map/scl/sclInt.h
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2012-09-12 14:39:50 -0700
committerAlan Mishchenko <alanmi@berkeley.edu>2012-09-12 14:39:50 -0700
commit9b15f71f2f82dfe5a222fceed135640be8cc5dfb (patch)
tree4709f96ea03198a1f65bb9e2105d5b7545712411 /src/map/scl/sclInt.h
parente3d75484ce558d862f7dfc80de9e88b56360b084 (diff)
downloadabc-9b15f71f2f82dfe5a222fceed135640be8cc5dfb.tar.gz
abc-9b15f71f2f82dfe5a222fceed135640be8cc5dfb.tar.bz2
abc-9b15f71f2f82dfe5a222fceed135640be8cc5dfb.zip
Added new command 'upsize'.
Diffstat (limited to 'src/map/scl/sclInt.h')
-rw-r--r--src/map/scl/sclInt.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/map/scl/sclInt.h b/src/map/scl/sclInt.h
index c674c82e..40f0a460 100644
--- a/src/map/scl/sclInt.h
+++ b/src/map/scl/sclInt.h
@@ -435,6 +435,8 @@ extern void Abc_SclSave( char * pFileName, SC_Lib * pScl );
extern void Abc_SclTimePerform( SC_Lib * pLib, Abc_Ntk_t * pNtk, int fShowAll, int fUseWireLoads );
/*=== sclSize.c =============================================================*/
extern void Abc_SclSizingPerform( SC_Lib * pLib, Abc_Ntk_t * pNtk, SC_SizePars * p );
+/*=== sclUpsize.c =============================================================*/
+extern void Abc_SclUpsizingPerform( SC_Lib * pLib, Abc_Ntk_t * pNtk, int Degree, int nRange, int fVerbose );
/*=== sclUtil.c =============================================================*/
extern void Abc_SclHashCells( SC_Lib * p );
extern int Abc_SclCellFind( SC_Lib * p, char * pName );