#include "gia.h"
Go to the source code of this file.
| void Gia_ManCollectAnds | ( | Gia_Man_t * | p, |
| int * | pNodes, | ||
| int | nNodes, | ||
| Vec_Int_t * | vNodes, | ||
| Vec_Int_t * | vLeaves ) |
Function*************************************************************
Synopsis [Collects support nodes.]
Description []
SideEffects []
SeeAlso []
Definition at line 125 of file giaDfs.c.


Function*************************************************************
Synopsis [Counts the support size of the node.]
Description []
SideEffects []
SeeAlso []
Definition at line 99 of file giaDfs.c.


Function*************************************************************
Synopsis [Collects support nodes.]
Description []
SideEffects []
SeeAlso []
Definition at line 155 of file giaDfs.c.
Function*************************************************************
Synopsis [Collects support nodes.]
Description []
SideEffects []
SeeAlso []
Definition at line 71 of file giaDfs.c.


| ABC_NAMESPACE_IMPL_START void Gia_ManCollectCis_rec | ( | Gia_Man_t * | p, |
| Gia_Obj_t * | pObj, | ||
| Vec_Int_t * | vSupp ) |
DECLARATIONS ///.
CFile****************************************************************
FileName [giaDfs.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Scalable AIG package.]
Synopsis [DFS procedures.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - June 20, 2005.]
Revision [
] FUNCTION DEFINITIONS /// Function*************************************************************
Synopsis [Counts the support size of the node.]
Description []
SideEffects []
SeeAlso []
Definition at line 45 of file giaDfs.c.


Function*************************************************************
Synopsis [Collects support nodes.]
Description []
SideEffects []
SeeAlso []
Definition at line 202 of file giaDfs.c.


Function*************************************************************
Synopsis [Counts the support size of the node.]
Description []
SideEffects []
SeeAlso []
Definition at line 175 of file giaDfs.c.


Definition at line 519 of file giaDfs.c.


Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 497 of file giaDfs.c.


| void Gia_ManCollectSeqTest | ( | Gia_Man_t * | p | ) |
Definition at line 538 of file giaDfs.c.

| void Gia_ManCollectTest | ( | Gia_Man_t * | p | ) |
Function*************************************************************
Synopsis [Collects support nodes.]
Description []
SideEffects []
SeeAlso []
Definition at line 232 of file giaDfs.c.


Definition at line 581 of file giaDfs.c.


Function*************************************************************
Synopsis [Collect TFI nodes.]
Description []
SideEffects []
SeeAlso []
Definition at line 567 of file giaDfs.c.


Definition at line 615 of file giaDfs.c.


Function*************************************************************
Synopsis [Collect TFI nodes.]
Description []
SideEffects []
SeeAlso []
Definition at line 601 of file giaDfs.c.


| int Gia_ManConeSize | ( | Gia_Man_t * | p, |
| int * | pNodes, | ||
| int | nNodes ) |
Function*************************************************************
Synopsis [Collects support nodes.]
Description []
SideEffects []
SeeAlso []
Definition at line 375 of file giaDfs.c.


Function*************************************************************
Synopsis [Collects support nodes.]
Description []
SideEffects []
SeeAlso []
Definition at line 352 of file giaDfs.c.


Function*************************************************************
Synopsis [Levelizes the nodes.]
Description []
SideEffects []
SeeAlso []
Definition at line 403 of file giaDfs.c.


Function*************************************************************
Synopsis [Levelizes the nodes.]
Description []
SideEffects []
SeeAlso []
Definition at line 430 of file giaDfs.c.


Function*************************************************************
Synopsis [Computes reverse topological order.]
Description [Assumes that levels are already assigned. The levels of CO nodes may not be assigned.]
SideEffects []
SeeAlso []
Definition at line 459 of file giaDfs.c.

| int Gia_ManSuppSize | ( | Gia_Man_t * | p, |
| int * | pNodes, | ||
| int | nNodes ) |
Function*************************************************************
Synopsis [Collects support nodes.]
Description []
SideEffects []
SeeAlso []
Definition at line 324 of file giaDfs.c.


Function*************************************************************
Synopsis [Collects support nodes.]
Description []
SideEffects []
SeeAlso []
Definition at line 260 of file giaDfs.c.


| int Gia_ManSuppSizeTest | ( | Gia_Man_t * | p | ) |
Function*************************************************************
Synopsis [Computes support size of the node.]
Description []
SideEffects []
SeeAlso []
Definition at line 300 of file giaDfs.c.

