abc-master
|
Go to the source code of this file.
Functions | |
static ABC_NAMESPACE_IMPL_START int | Scl_CommandReadLib (Abc_Frame_t *pAbc, int argc, char **argv) |
DECLARATIONS ///. More... | |
static int | Scl_CommandWriteLib (Abc_Frame_t *pAbc, int argc, char **argv) |
static int | Scl_CommandReadScl (Abc_Frame_t *pAbc, int argc, char **argv) |
static int | Scl_CommandWriteScl (Abc_Frame_t *pAbc, int argc, char **argv) |
static int | Scl_CommandPrintLib (Abc_Frame_t *pAbc, int argc, char **argv) |
static int | Scl_CommandLeak2Area (Abc_Frame_t *pAbc, int argc, char **argv) |
static int | Scl_CommandDumpGen (Abc_Frame_t *pAbc, int argc, char **argv) |
static int | Scl_CommandPrintGS (Abc_Frame_t *pAbc, int argc, char **argv) |
static int | Scl_CommandStime (Abc_Frame_t *pAbc, int argc, char **argv) |
static int | Scl_CommandTopo (Abc_Frame_t *pAbc, int argc, char **argv) |
static int | Scl_CommandUnBuffer (Abc_Frame_t *pAbc, int argc, char **argv) |
static int | Scl_CommandBuffer (Abc_Frame_t *pAbc, int argc, char **argv) |
static int | Scl_CommandBufferOld (Abc_Frame_t *pAbc, int argc, char **argv) |
static int | Scl_CommandMinsize (Abc_Frame_t *pAbc, int argc, char **argv) |
static int | Scl_CommandMaxsize (Abc_Frame_t *pAbc, int argc, char **argv) |
static int | Scl_CommandUpsize (Abc_Frame_t *pAbc, int argc, char **argv) |
static int | Scl_CommandDnsize (Abc_Frame_t *pAbc, int argc, char **argv) |
static int | Scl_CommandPrintBuf (Abc_Frame_t *pAbc, int argc, char **argv) |
static int | Scl_CommandReadConstr (Abc_Frame_t *pAbc, int argc, char **argv) |
static int | Scl_CommandPrintConstr (Abc_Frame_t *pAbc, int argc, char **argv) |
static int | Scl_CommandResetConstr (Abc_Frame_t *pAbc, int argc, char **argv) |
void | Abc_SclLoad (SC_Lib *pLib, SC_Lib **ppScl) |
FUNCTION DEFINITIONS ///. More... | |
void | Scl_Init (Abc_Frame_t *pAbc) |
void | Scl_End (Abc_Frame_t *pAbc) |
FUNCTION DEFINITIONS ///.
Function*************************************************************
Synopsis [Updating library in the frameframe.]
Description []
SideEffects []
SeeAlso []
Definition at line 68 of file scl.c.
|
static |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 941 of file scl.c.
|
static |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 1077 of file scl.c.
|
static |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 1556 of file scl.c.
|
static |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 585 of file scl.c.
|
static |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 389 of file scl.c.
|
static |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 1281 of file scl.c.
|
static |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 1219 of file scl.c.
|
static |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 1730 of file scl.c.
|
static |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 1847 of file scl.c.
|
static |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 672 of file scl.c.
|
static |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 311 of file scl.c.
|
static |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 1792 of file scl.c.
|
static |
DECLARATIONS ///.
CFile****************************************************************
FileName [scl.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Standard-cell library representation.]
Synopsis [Relevant command handlers.]
Author [Alan Mishchenko, Niklas Een]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - August 24, 2012.]
Revision [
]
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 133 of file scl.c.
|
static |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 461 of file scl.c.
|
static |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 1888 of file scl.c.
|
static |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 725 of file scl.c.
|
static |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 816 of file scl.c.
|
static |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 877 of file scl.c.
|
static |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 1343 of file scl.c.
|
static |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 255 of file scl.c.
|
static |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 529 of file scl.c.
void Scl_End | ( | Abc_Frame_t * | pAbc | ) |
Definition at line 115 of file scl.c.
void Scl_Init | ( | Abc_Frame_t * | pAbc | ) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 91 of file scl.c.