ABC: A System for Sequential Synthesis and Verification
 
Loading...
Searching...
No Matches
sclCon.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  Scl_Con_t_
 

Macros

#define SCL_INPUT_CELL   "input_cell"
 
#define SCL_INPUT_ARR   "input_arrival"
 
#define SCL_INPUT_SLEW   "input_slew"
 
#define SCL_INPUT_LOAD   "input_load"
 
#define SCL_OUTPUT_REQ   "output_required"
 
#define SCL_OUTPUT_LOAD   "output_load"
 
#define SCL_DIRECTIVE(ITEM)
 
#define SCL_DEF_DIRECTIVE(ITEM)
 
#define SCL_NUM   1000
 
#define SCL_INFINITY   (0x3FFFFFFF)
 

Typedefs

typedef typedefABC_NAMESPACE_HEADER_START struct Scl_Con_t_ Scl_Con_t
 DECLARATIONS ///.
 

Functions

Scl_Con_tScl_ConReadMan ()
 

Macro Definition Documentation

◆ SCL_DEF_DIRECTIVE

#define SCL_DEF_DIRECTIVE ( ITEM)
Value:
".default_"#ITEM

Definition at line 60 of file sclCon.h.

◆ SCL_DIRECTIVE

#define SCL_DIRECTIVE ( ITEM)
Value:
"."#ITEM

Definition at line 59 of file sclCon.h.

◆ SCL_INFINITY

#define SCL_INFINITY   (0x3FFFFFFF)

Definition at line 63 of file sclCon.h.

◆ SCL_INPUT_ARR

#define SCL_INPUT_ARR   "input_arrival"

Definition at line 53 of file sclCon.h.

◆ SCL_INPUT_CELL

#define SCL_INPUT_CELL   "input_cell"

Definition at line 52 of file sclCon.h.

◆ SCL_INPUT_LOAD

#define SCL_INPUT_LOAD   "input_load"

Definition at line 55 of file sclCon.h.

◆ SCL_INPUT_SLEW

#define SCL_INPUT_SLEW   "input_slew"

Definition at line 54 of file sclCon.h.

◆ SCL_NUM

#define SCL_NUM   1000

Definition at line 62 of file sclCon.h.

◆ SCL_OUTPUT_LOAD

#define SCL_OUTPUT_LOAD   "output_load"

Definition at line 57 of file sclCon.h.

◆ SCL_OUTPUT_REQ

#define SCL_OUTPUT_REQ   "output_required"

Definition at line 56 of file sclCon.h.

Typedef Documentation

◆ Scl_Con_t

typedef typedefABC_NAMESPACE_HEADER_START struct Scl_Con_t_ Scl_Con_t

DECLARATIONS ///.

CFile****************************************************************

FileName [sclCon.h]

SystemName [ABC: Logic synthesis and verification system.]

PackageName [Standard-cell library representation.]

Synopsis [Constraint manager.]

Author [Alan Mishchenko]

Affiliation [UC Berkeley]

Date [Ver. 1.0. Started - August 24, 2012.]

Revision [

Id
sclCon.h,v 1.0 2012/08/24 00:00:00 alanmi Exp

]

Definition at line 30 of file sclCon.h.

Function Documentation

◆ Scl_ConReadMan()

Scl_Con_t * Scl_ConReadMan ( )
extern

Function*************************************************************

Synopsis [External APIs.]

Description []

SideEffects []

SeeAlso []

Definition at line 62 of file scl.c.

62{ return Scl_ConGetMan( Abc_FrameGetGlobalFrame() ); }
ABC_DLL Abc_Frame_t * Abc_FrameGetGlobalFrame()
Definition mainFrame.c:643
Here is the call graph for this function:
Here is the caller graph for this function: