From e7527a47ba9d6cba9c9e72800aa91817ec923616 Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Tue, 25 Sep 2012 16:37:25 -0700 Subject: Cleaned up interfaces of genlib/liberty/supergate reading/writing. --- src/map/super/super.h | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'src/map/super/super.h') diff --git a/src/map/super/super.h b/src/map/super/super.h index e2af9a85..1e8808f6 100644 --- a/src/map/super/super.h +++ b/src/map/super/super.h @@ -28,11 +28,8 @@ /// PARAMETERS /// //////////////////////////////////////////////////////////////////////// - - ABC_NAMESPACE_HEADER_START - //////////////////////////////////////////////////////////////////////// /// STRUCTURE DEFINITIONS /// //////////////////////////////////////////////////////////////////////// @@ -49,14 +46,15 @@ ABC_NAMESPACE_HEADER_START /// FUNCTION DEFINITIONS /// //////////////////////////////////////////////////////////////////////// -/*=== superCore.c =============================================================*/ - +/*=== superAnd.c =============================================================*/ +extern void Super2_Precompute( int nInputs, int nLevels, int fVerbose ); +/*=== superGate.c =============================================================*/ +extern Vec_Str_t * Super_PrecomputeStr( Mio_Library_t * pLibGen, int nVarsMax, int nLevels, int nGatesMax, float tDelayMax, float tAreaMax, int TimeLimit, int fSkipInv, int fVerbose ); +extern void Super_Precompute( Mio_Library_t * pLibGen, int nVarsMax, int nLevels, int nGatesMax, float tDelayMax, float tAreaMax, int TimeLimit, int fSkipInv, int fVerbose, char * pFileName ); ABC_NAMESPACE_HEADER_END - - #endif //////////////////////////////////////////////////////////////////////// -- cgit v1.2.3