
Go to the source code of this file.
Functions | |
| ABC_NAMESPACE_IMPL_START Vec_Int_t * | Acec_StructDetectXorRoots (Gia_Man_t *p) |
| DECLARATIONS ///. | |
| Vec_Int_t * | Acec_StructAssignRanks (Gia_Man_t *p, Vec_Int_t *vXorRoots) |
| Vec_Wec_t * | Acec_FindTreeLeaves (Gia_Man_t *p, Vec_Int_t *vXorRoots, Vec_Int_t *vRanks) |
| Vec_Int_t * | Acec_FindShadows (Gia_Man_t *p, Vec_Int_t *vRanks) |
| int | Acec_CollectSupp_rec (Gia_Man_t *p, int iNode, int Rank, Vec_Int_t *vRanks) |
| Vec_Wec_t * | Acec_FindNexts (Gia_Man_t *p, Vec_Int_t *vRanks, Vec_Int_t *vShadows, Vec_Wec_t *vTreeLeaves) |
| void | Acec_StructTest (Gia_Man_t *p) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 205 of file acecStruct.c.


| Vec_Wec_t * Acec_FindNexts | ( | Gia_Man_t * | p, |
| Vec_Int_t * | vRanks, | ||
| Vec_Int_t * | vShadows, | ||
| Vec_Wec_t * | vTreeLeaves ) |
Definition at line 220 of file acecStruct.c.

Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 176 of file acecStruct.c.
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 133 of file acecStruct.c.

Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 81 of file acecStruct.c.

| ABC_NAMESPACE_IMPL_START Vec_Int_t * Acec_StructDetectXorRoots | ( | Gia_Man_t * | p | ) |
DECLARATIONS ///.
CFile****************************************************************
FileName [acecStruct.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [CEC for arithmetic circuits.]
Synopsis [Core procedures.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - June 20, 2005.]
Revision [
] FUNCTION DEFINITIONS /// Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 47 of file acecStruct.c.

| void Acec_StructTest | ( | Gia_Man_t * | p | ) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 261 of file acecStruct.c.