#include "hop.h"
Go to the source code of this file.
Function*************************************************************
Synopsis [Complements the AIG (pRoot) with the function (pFunc) using PI var (iVar).]
Description []
SideEffects []
SeeAlso []
Definition at line 469 of file hopDfs.c.


Function*************************************************************
Synopsis [Complements the AIG (pRoot) with the function (pFunc) using PI var (iVar).]
Description []
SideEffects []
SeeAlso []
Definition at line 441 of file hopDfs.c.


Function*************************************************************
Synopsis [Composes the AIG (pRoot) with the function (pFunc) using PI var (iVar).]
Description []
SideEffects []
SeeAlso []
Definition at line 415 of file hopDfs.c.


Function*************************************************************
Synopsis [Composes the AIG (pRoot) with the function (pFunc) using PI var (iVar).]
Description []
SideEffects []
SeeAlso []
Definition at line 387 of file hopDfs.c.


| void Hop_ConeCleanAndMark_rec | ( | Hop_Obj_t * | pObj | ) |
Function*************************************************************
Synopsis [Counts the number of AIG nodes rooted at this cone.]
Description []
SideEffects []
SeeAlso []
Definition at line 210 of file hopDfs.c.


| int Hop_ConeCountAndMark_rec | ( | Hop_Obj_t * | pObj | ) |
Function*************************************************************
Synopsis [Counts the number of AIG nodes rooted at this cone.]
Description []
SideEffects []
SeeAlso []
Definition at line 233 of file hopDfs.c.


| void Hop_ConeMark_rec | ( | Hop_Obj_t * | pObj | ) |
Function*************************************************************
Synopsis [Counts the number of AIG nodes rooted at this cone.]
Description []
SideEffects []
SeeAlso []
Definition at line 188 of file hopDfs.c.


| void Hop_ConeUnmark_rec | ( | Hop_Obj_t * | pObj | ) |
Function*************************************************************
Synopsis [Counts the number of AIG nodes rooted at this cone.]
Description []
SideEffects []
SeeAlso []
Definition at line 257 of file hopDfs.c.


| int Hop_DagSize | ( | Hop_Obj_t * | pObj | ) |
Function*************************************************************
Synopsis [Counts the number of AIG nodes rooted at this cone.]
Description []
SideEffects []
SeeAlso []
Definition at line 279 of file hopDfs.c.


| int Hop_ManCountLevels | ( | Hop_Man_t * | p | ) |
Function*************************************************************
Synopsis [Computes the max number of levels in the manager.]
Description []
SideEffects []
SeeAlso []
Definition at line 116 of file hopDfs.c.


| void Hop_ManCreateRefs | ( | Hop_Man_t * | p | ) |
Function*************************************************************
Synopsis [Creates correct reference counters at each node.]
Description []
SideEffects []
SeeAlso []
Definition at line 152 of file hopDfs.c.
Function*************************************************************
Synopsis [Collects internal nodes in the DFS order.]
Description []
SideEffects []
SeeAlso []
Definition at line 68 of file hopDfs.c.


| ABC_NAMESPACE_IMPL_START void Hop_ManDfs_rec | ( | Hop_Obj_t * | pObj, |
| Vec_Ptr_t * | vNodes ) |
DECLARATIONS ///.
CFile****************************************************************
FileName [hopDfs.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Minimalistic And-Inverter Graph package.]
Synopsis [DFS traversal procedures.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - May 11, 2006.]
Revision [
] FUNCTION DEFINITIONS /// Function*************************************************************
Synopsis [Collects internal nodes in the DFS order.]
Description []
SideEffects []
SeeAlso []
Definition at line 45 of file hopDfs.c.


Function*************************************************************
Synopsis [Collects internal nodes in the DFS order.]
Description []
SideEffects []
SeeAlso []
Definition at line 92 of file hopDfs.c.

Definition at line 310 of file hopDfs.c.

Function*************************************************************
Synopsis [Counts how many fanout the given node has.]
Description []
SideEffects []
SeeAlso []
Definition at line 298 of file hopDfs.c.


Function*************************************************************
Synopsis [Permute the AIG according to the given permutation.]
Description []
SideEffects []
SeeAlso []
Definition at line 563 of file hopDfs.c.

Function*************************************************************
Synopsis [Remaps the AIG (pRoot) to have the given support (uSupp).]
Description []
SideEffects []
SeeAlso []
Definition at line 518 of file hopDfs.c.


Function*************************************************************
Synopsis [Remaps the AIG (pRoot) to have the given support (uSupp).]
Description []
SideEffects []
SeeAlso []
Definition at line 495 of file hopDfs.c.


Function*************************************************************
Synopsis [Transfers the AIG from one manager into another.]
Description []
SideEffects []
SeeAlso []
Definition at line 353 of file hopDfs.c.


Function*************************************************************
Synopsis [Transfers the AIG from one manager into another.]
Description []
SideEffects []
SeeAlso []
Definition at line 330 of file hopDfs.c.

