
Go to the source code of this file.
Classes | |
| struct | Slv_Man_t_ |
Macros | |
| #define | Slv_ManForEachObj(p, iObj) |
| #define | Slv_ObjForEachFanout(p, iObj, iFanLit) |
Typedefs | |
| typedef typedefABC_NAMESPACE_IMPL_START struct Slv_Man_t_ | Slv_Man_t |
| DECLARATIONS ///. | |
Functions | |
| Slv_Man_t * | Slv_ManAlloc (int nObjs) |
| FUNCTION DEFINITIONS ///. | |
| void | Slv_ManFree (Slv_Man_t *p) |
| void | Slv_ManPrintFanouts (Slv_Man_t *p) |
| Slv_Man_t * | Slv_ManFromGia (Gia_Man_t *p) |
| Gia_Man_t * | Slv_ManToGia (Slv_Man_t *p) |
| Gia_Man_t * | Slv_ManToAig (Gia_Man_t *pGia) |
| Gia_Man_t * | Gia_ManCofPisVars (Gia_Man_t *p, int nVars) |
| void | Gia_ManStructExperiment (Gia_Man_t *p) |
| int | Gia_EnumFirstUnused (int *pUsed, int nVars) |
| void | Gia_EnumPerms_rec (int *pUsed, int nVars, int *pPerm, int nPerm, int *pCount, FILE *pFile, int nLogVars) |
| void | Gia_EnumPerms (int nVars) |
| #define Slv_ManForEachObj | ( | p, | |
| iObj ) |
| #define Slv_ObjForEachFanout | ( | p, | |
| iObj, | |||
| iFanLit ) |
| typedef typedefABC_NAMESPACE_IMPL_START struct Slv_Man_t_ Slv_Man_t |
DECLARATIONS ///.
CFile****************************************************************
FileName [gia.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Scalable AIG package.]
Synopsis []
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - June 20, 2005.]
Revision [
]
| int Gia_EnumFirstUnused | ( | int * | pUsed, |
| int | nVars ) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 312 of file gia.c.

| void Gia_EnumPerms | ( | int | nVars | ) |
Definition at line 368 of file gia.c.

| void Gia_EnumPerms_rec | ( | int * | pUsed, |
| int | nVars, | ||
| int * | pPerm, | ||
| int | nPerm, | ||
| int * | pCount, | ||
| FILE * | pFile, | ||
| int | nLogVars ) |
Definition at line 320 of file gia.c.


Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 219 of file gia.c.

| void Gia_ManStructExperiment | ( | Gia_Man_t * | p | ) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 264 of file gia.c.

| Slv_Man_t * Slv_ManAlloc | ( | int | nObjs | ) |
FUNCTION DEFINITIONS ///.
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 83 of file gia.c.

| void Slv_ManFree | ( | Slv_Man_t * | p | ) |
Definition at line 98 of file gia.c.

Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 152 of file gia.c.


| void Slv_ManPrintFanouts | ( | Slv_Man_t * | p | ) |
Definition at line 171 of file gia.c.

