abc-master
|
#include "aig.h"
Go to the source code of this file.
Functions | |
static ABC_NAMESPACE_IMPL_START Aig_Obj_t * | Aig_ObjFrames (Aig_Obj_t **pObjMap, int nFs, Aig_Obj_t *pObj, int i) |
DECLARATIONS ///. More... | |
static void | Aig_ObjSetFrames (Aig_Obj_t **pObjMap, int nFs, Aig_Obj_t *pObj, int i, Aig_Obj_t *pNode) |
static Aig_Obj_t * | Aig_ObjChild0Frames (Aig_Obj_t **pObjMap, int nFs, Aig_Obj_t *pObj, int i) |
static Aig_Obj_t * | Aig_ObjChild1Frames (Aig_Obj_t **pObjMap, int nFs, Aig_Obj_t *pObj, int i) |
Aig_Man_t * | Aig_ManFrames (Aig_Man_t *pAig, int nFs, int fInit, int fOuts, int fRegs, int fEnlarge, Aig_Obj_t ***ppObjMap) |
FUNCTION DEFINITIONS ///. More... | |
Aig_Man_t* Aig_ManFrames | ( | Aig_Man_t * | pAig, |
int | nFs, | ||
int | fInit, | ||
int | fOuts, | ||
int | fRegs, | ||
int | fEnlarge, | ||
Aig_Obj_t *** | ppObjMap | ||
) |
FUNCTION DEFINITIONS ///.
Function*************************************************************
Synopsis [Performs timeframe expansion of the AIG.]
Description []
SideEffects []
SeeAlso []
Definition at line 51 of file aigFrames.c.
|
inlinestatic |
Definition at line 33 of file aigFrames.c.
|
inlinestatic |
Definition at line 34 of file aigFrames.c.
|
inlinestatic |
DECLARATIONS ///.
CFile****************************************************************
FileName [aigFrames.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [AIG package.]
Synopsis [Performs timeframe expansion of the AIG.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - April 28, 2007.]
Revision [
]
Definition at line 30 of file aigFrames.c.
|
inlinestatic |
Definition at line 31 of file aigFrames.c.