From e0eb270324ab71403ded07e9700152c2755e5095 Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Tue, 18 Sep 2012 13:23:58 -0700 Subject: Changes to command 'upsize'. --- src/map/scl/sclInt.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/map/scl/sclInt.h') 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 ); -- cgit v1.2.3