summaryrefslogtreecommitdiffstats
path: root/src/map/scl/sclGsize.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/scl/sclGsize.c')
-rw-r--r--src/map/scl/sclGsize.c54
1 files changed, 54 insertions, 0 deletions
diff --git a/src/map/scl/sclGsize.c b/src/map/scl/sclGsize.c
new file mode 100644
index 00000000..0e840f8b
--- /dev/null
+++ b/src/map/scl/sclGsize.c
@@ -0,0 +1,54 @@
+/**CFile****************************************************************
+
+ FileName [sclGsize.c]
+
+ SystemName [ABC: Logic synthesis and verification system.]
+
+ PackageName [Standard-cell library representation.]
+
+ Synopsis [Selective increase of gate sizes.]
+
+ Author [Alan Mishchenko, Niklas Een]
+
+ Affiliation [UC Berkeley]
+
+ Date [Ver. 1.0. Started - August 24, 2012.]
+
+ Revision [$Id: sclGsize.c,v 1.0 2012/08/24 00:00:00 alanmi Exp $]
+
+***********************************************************************/
+
+#include "sclInt.h"
+#include "sclMan.h"
+
+ABC_NAMESPACE_IMPL_START
+
+
+////////////////////////////////////////////////////////////////////////
+/// DECLARATIONS ///
+////////////////////////////////////////////////////////////////////////
+
+////////////////////////////////////////////////////////////////////////
+/// FUNCTION DEFINITIONS ///
+////////////////////////////////////////////////////////////////////////
+
+/**Function*************************************************************
+
+ Synopsis []
+
+ Description []
+
+ SideEffects []
+
+ SeeAlso []
+
+***********************************************************************/
+
+
+////////////////////////////////////////////////////////////////////////
+/// END OF FILE ///
+////////////////////////////////////////////////////////////////////////
+
+
+ABC_NAMESPACE_IMPL_END
+