abc-master
|
#include "saig.h"
Go to the source code of this file.
Functions | |
ABC_NAMESPACE_IMPL_START void | Saig_ManSupport_rec (Aig_Man_t *p, Aig_Obj_t *pObj, Vec_Ptr_t *vSupp) |
DECLARATIONS ///. More... | |
Vec_Ptr_t * | Saig_ManSupport (Aig_Man_t *p, Vec_Ptr_t *vNodes) |
void | Saig_ManPrintConeOne (Aig_Man_t *p, Aig_Obj_t *pObj) |
void | Saig_ManPrintCones (Aig_Man_t *p) |
FUNCTION DECLARATIONS ///. More... | |
Function*************************************************************
Synopsis [Prints information about cones of influence of the POs.]
Description []
SideEffects []
SeeAlso []
Definition at line 103 of file saigCone.c.
void Saig_ManPrintCones | ( | Aig_Man_t * | p | ) |
FUNCTION DECLARATIONS ///.
Function*************************************************************
Synopsis [Prints information about cones of influence of the POs.]
Description []
SideEffects []
SeeAlso []
Definition at line 159 of file saigCone.c.
Function*************************************************************
Synopsis [Counts the support size of the node.]
Description []
SideEffects []
SeeAlso []
Definition at line 77 of file saigCone.c.
ABC_NAMESPACE_IMPL_START void Saig_ManSupport_rec | ( | Aig_Man_t * | p, |
Aig_Obj_t * | pObj, | ||
Vec_Ptr_t * | vSupp | ||
) |
DECLARATIONS ///.
CFile****************************************************************
FileName [saigCone.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Sequential AIG package.]
Synopsis [Cone of influence computation.]
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 saigCone.c.