abc-master
|
#include "intInt.h"
Go to the source code of this file.
Functions | |
ABC_NAMESPACE_IMPL_START Aig_Man_t * | Inter_ManFramesInter (Aig_Man_t *pAig, int nFrames, int fAddRegOuts, int fUseTwoFrames) |
DECLARATIONS ///. More... | |
ABC_NAMESPACE_IMPL_START Aig_Man_t* Inter_ManFramesInter | ( | Aig_Man_t * | pAig, |
int | nFrames, | ||
int | fAddRegOuts, | ||
int | fUseTwoFrames | ||
) |
DECLARATIONS ///.
CFile****************************************************************
FileName [intFrames.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Interpolation engine.]
Synopsis [Sequential AIG unrolling for interpolation.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - June 24, 2008.]
Revision [
]FUNCTION DEFINITIONS /// Function*************************************************************
Synopsis [Create timeframes of the manager for interpolation.]
Description [The resulting manager is combinational. The primary inputs corresponding to register outputs are ordered first. The only POs of the manager is the property output of the last timeframe.]
SideEffects []
SeeAlso []
Definition at line 47 of file intFrames.c.