abc-master
|
Go to the source code of this file.
Macros | |
#define | EXP_CONST0 -1 |
INCLUDES ///. More... | |
#define | EXP_CONST1 -2 |
Functions | |
static Vec_Int_t * | Exp_Const0 () |
static Vec_Int_t * | Exp_Const1 () |
static int | Exp_IsConst (Vec_Int_t *p) |
static int | Exp_IsConst0 (Vec_Int_t *p) |
static int | Exp_IsConst1 (Vec_Int_t *p) |
static Vec_Int_t * | Exp_Var (int iVar) |
static int | Exp_LitShift (int nVars, int Lit, int Shift) |
static int | Exp_IsLit (Vec_Int_t *p) |
static int | Exp_NodeNum (Vec_Int_t *p) |
static Vec_Int_t * | Exp_Not (Vec_Int_t *p) |
static void | Exp_PrintLit (int nVars, int Lit) |
static void | Exp_Print (int nVars, Vec_Int_t *p) |
static Vec_Int_t * | Exp_Reverse (Vec_Int_t *p) |
static void | Exp_PrintReverse (int nVars, Vec_Int_t *p) |
static Vec_Int_t * | Exp_And (int *pMan, int nVars, Vec_Int_t *p0, Vec_Int_t *p1, int fCompl0, int fCompl1) |
static Vec_Int_t * | Exp_Or (int *pMan, int nVars, Vec_Int_t *p0, Vec_Int_t *p1) |
static Vec_Int_t * | Exp_Xor (int *pMan, int nVars, Vec_Int_t *p0, Vec_Int_t *p1) |
static word | Exp_Truth6Lit (int nVars, int Lit, word *puFanins, word *puNodes) |
static word | Exp_Truth6 (int nVars, Vec_Int_t *p, word *puFanins) |
static void | Exp_TruthLit (int nVars, int Lit, word **puFanins, word **puNodes, word *pRes, int nWords) |
static void | Exp_Truth (int nVars, Vec_Int_t *p, word *pRes) |
#define EXP_CONST0 -1 |
INCLUDES ///.
CFile****************************************************************
FileName [exp.h]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Boolean expression.]
Synopsis [External declarations.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - June 20, 2005.]
Revision [
]PARAMETERS ///BASIC TYPES ///MACRO DEFINITIONS ///
|
inlinestatic |
Definition at line 135 of file exp.h.
|
inlinestatic |
Definition at line 46 of file exp.h.
|
inlinestatic |
Definition at line 53 of file exp.h.
|
inlinestatic |
Definition at line 93 of file exp.h.
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
Definition at line 72 of file exp.h.
Definition at line 154 of file exp.h.