abc-master
|
#include "gia.h"
Go to the source code of this file.
Function*************************************************************
Synopsis [Collects support nodes.]
Description []
SideEffects []
SeeAlso []
Definition at line 123 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 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 178 of file giaDfs.c.
Function*************************************************************
Synopsis [Counts the support size of the node.]
Description []
SideEffects []
SeeAlso []
Definition at line 151 of file giaDfs.c.
Definition at line 467 of file giaDfs.c.
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 445 of file giaDfs.c.
void Gia_ManCollectSeqTest | ( | Gia_Man_t * | p | ) |
Definition at line 486 of file giaDfs.c.
void Gia_ManCollectTest | ( | Gia_Man_t * | p | ) |
Function*************************************************************
Synopsis [Collects support nodes.]
Description []
SideEffects []
SeeAlso []
Definition at line 208 of file giaDfs.c.
int Gia_ManConeSize | ( | Gia_Man_t * | p, |
int * | pNodes, | ||
int | nNodes | ||
) |
Function*************************************************************
Synopsis [Collects support nodes.]
Description []
SideEffects []
SeeAlso []
Function*************************************************************
Synopsis [Levelizes the nodes.]
Description []
SideEffects []
SeeAlso []
Definition at line 379 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 407 of file giaDfs.c.
int Gia_ManSuppSize | ( | Gia_Man_t * | p, |
int * | pNodes, | ||
int | nNodes | ||
) |
Function*************************************************************
Synopsis [Collects support nodes.]
Description []
SideEffects []
SeeAlso []
int Gia_ManSuppSizeTest | ( | Gia_Man_t * | p | ) |
Function*************************************************************
Synopsis [Computes support size of the node.]
Description []
SideEffects []
SeeAlso []
Definition at line 276 of file giaDfs.c.