abc-master
|
#include "dchInt.h"
Go to the source code of this file.
Functions | |
ABC_NAMESPACE_IMPL_START void | Dch_DeriveTotalAig_rec (Aig_Man_t *p, Aig_Obj_t *pObj) |
DECLARATIONS ///. More... | |
Aig_Man_t * | Dch_DeriveTotalAig (Vec_Ptr_t *vAigs) |
MACRO DEFINITIONS ///. More... | |
MACRO DEFINITIONS ///.
Function*************************************************************
Synopsis [Derives the cumulative AIG.]
Description []
SideEffects []
SeeAlso []
Definition at line 65 of file dchAig.c.
ABC_NAMESPACE_IMPL_START void Dch_DeriveTotalAig_rec | ( | Aig_Man_t * | p, |
Aig_Obj_t * | pObj | ||
) |
DECLARATIONS ///.
CFile****************************************************************
FileName [dchAig.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Choice computation for tech-mapping.]
Synopsis [AIG manipulation.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - June 29, 2008.]
Revision [
]FUNCTION DEFINITIONS /// Function*************************************************************
Synopsis [Derives the cumulative AIG.]
Description []
SideEffects []
SeeAlso []
Definition at line 45 of file dchAig.c.