
Go to the source code of this file.
Functions | |
| void | Saig_ManCreateMapping (Aig_Man_t *pAig, Aig_Man_t *pFrames, int nFrames) |
| Aig_Man_t * | Saig_ManFramesNonInitial (Aig_Man_t *pAig, int nFrames) |
| Aig_Man_t * | Saig_ManFramesInitialMapped (Aig_Man_t *pAig, int nFrames, int nFramesMax, int fInit) |
| Aig_Man_t * | Saig_ManTimeframeSimplify (Aig_Man_t *pAig, int nFrames, int nFramesMax, int fInit, int fVerbose) |
Function*************************************************************
Synopsis [Create mapping for the first nFrames timeframes of pAig.]
Description []
SideEffects []
SeeAlso []
Definition at line 148 of file saigTrans.c.

| Aig_Man_t * Saig_ManFramesInitialMapped | ( | Aig_Man_t * | pAig, |
| int | nFrames, | ||
| int | nFramesMax, | ||
| int | fInit ) |
Function*************************************************************
Synopsis [Unroll with initialization and mapping.]
Description []
SideEffects []
SeeAlso []
Definition at line 256 of file saigTrans.c.


Function*************************************************************
Synopsis [Unroll without initialization.]
Description []
SideEffects []
SeeAlso []
Definition at line 195 of file saigTrans.c.


| Aig_Man_t * Saig_ManTimeframeSimplify | ( | Aig_Man_t * | pAig, |
| int | nFrames, | ||
| int | nFramesMax, | ||
| int | fInit, | ||
| int | fVerbose ) |
Function*************************************************************
Synopsis [Implements dynamic simplification.]
Description []
SideEffects []
SeeAlso []
Definition at line 378 of file saigTrans.c.

