summaryrefslogtreecommitdiffstats
path: root/src/map/scl/sclInt.h
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2012-09-18 13:23:58 -0700
committerAlan Mishchenko <alanmi@berkeley.edu>2012-09-18 13:23:58 -0700
commite0eb270324ab71403ded07e9700152c2755e5095 (patch)
treef89a2a168e6648989e54b025ea08cecf5c6c4efd /src/map/scl/sclInt.h
parent508b6f1b1356f87340d7e722c288b9ddccdd542e (diff)
downloadabc-e0eb270324ab71403ded07e9700152c2755e5095.tar.gz
abc-e0eb270324ab71403ded07e9700152c2755e5095.tar.bz2
abc-e0eb270324ab71403ded07e9700152c2755e5095.zip
Changes to command 'upsize'.
Diffstat (limited to 'src/map/scl/sclInt.h')
-rw-r--r--src/map/scl/sclInt.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/map/scl/sclInt.h b/src/map/scl/sclInt.h
index 5dc00cf2..e2efec94 100644
--- a/src/map/scl/sclInt.h
+++ b/src/map/scl/sclInt.h
@@ -155,6 +155,7 @@ struct SC_Pin_
struct SC_Cell_
{
char * pName;
+ int Id;
int seq; // -- set to TRUE by parser if a sequential element
int unsupp; // -- set to TRUE by parser if cell contains information we cannot handle
float area;
@@ -436,7 +437,7 @@ extern void Abc_SclTimePerform( SC_Lib * pLib, Abc_Ntk_t * pNtk, int fUse
/*=== 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 );
+extern void Abc_SclUpsizePerform( SC_Lib * pLib, Abc_Ntk_t * pNtk, int Window, int Ratio, int nIters, int fVerbose );
/*=== sclUtil.c =============================================================*/
extern void Abc_SclHashCells( SC_Lib * p );
extern int Abc_SclCellFind( SC_Lib * p, char * pName );