#include "gia.h"
Go to the source code of this file.
Classes | |
| struct | Agi_Man_t_ |
Macros | |
| #define | AGI_PI ABC_CONST(0xFFFFFFFF00000000) |
| DECLARATIONS ///. | |
| #define | AGI_RO ABC_CONST(0xFFFFFFFE00000000) |
| #define | AGI_PO ABC_CONST(0xFFFFFFFD00000000) |
| #define | AGI_RI ABC_CONST(0xFFFFFFFC00000000) |
| #define | AGI_C0 ABC_CONST(0xFFFFFFFBFFFFFFFA) |
| #define | AGI_M0 ABC_CONST(0x00000000FFFFFFFF) |
| #define | AGI_M1 ABC_CONST(0xFFFFFFFF00000000) |
| #define | Agi_ManForEachCi(p, iCi, i) |
| #define | Agi_ManForEachCo(p, iCo, i) |
| #define | Agi_ManForEachObj(p, i) |
| #define | Agi_ManForEachObj1(p, i) |
| #define | Agi_ManForEachNode(p, i) |
Typedefs | |
| typedef struct Agi_Man_t_ | Agi_Man_t |
Functions | |
| Agi_Man_t * | Agi_ManAlloc (int nCap) |
| FUNCTION DEFINITIONS ///. | |
| void | Agi_ManFree (Agi_Man_t *p) |
| Agi_Man_t * | Agi_ManFromGia (Gia_Man_t *p) |
| int | Agi_ManSuppSize_rec (Agi_Man_t *p, int i) |
| int | Agi_ManSuppSizeOne (Agi_Man_t *p, int i) |
| int | Agi_ManSuppSizeTest (Agi_Man_t *p) |
| void | Agi_ManTest (Gia_Man_t *pGia) |
| #define Agi_ManForEachCi | ( | p, | |
| iCi, | |||
| i ) |
| #define Agi_ManForEachCo | ( | p, | |
| iCo, | |||
| i ) |
| #define Agi_ManForEachNode | ( | p, | |
| i ) |
| #define Agi_ManForEachObj | ( | p, | |
| i ) |
| #define Agi_ManForEachObj1 | ( | p, | |
| i ) |
| #define AGI_PI ABC_CONST(0xFFFFFFFF00000000) |
DECLARATIONS ///.
CFile****************************************************************
FileName [giaAig.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 [
]
| typedef struct Agi_Man_t_ Agi_Man_t |
| Agi_Man_t * Agi_ManAlloc | ( | int | nCap | ) |
FUNCTION DEFINITIONS ///.
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 136 of file giaAgi.c.

| void Agi_ManFree | ( | Agi_Man_t * | p | ) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 168 of file giaAgi.c.


| int Agi_ManSuppSize_rec | ( | Agi_Man_t * | p, |
| int | i ) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 196 of file giaAgi.c.


| int Agi_ManSuppSizeOne | ( | Agi_Man_t * | p, |
| int | i ) |
| int Agi_ManSuppSizeTest | ( | Agi_Man_t * | p | ) |
| void Agi_ManTest | ( | Gia_Man_t * | pGia | ) |
Definition at line 222 of file giaAgi.c.
