abc-master
|
#include "saig.h"
Go to the source code of this file.
Functions | |
ABC_NAMESPACE_IMPL_START Aig_Obj_t * | Saig_ManRetimeNodeFwd (Aig_Man_t *p, Aig_Obj_t *pObj, int fMakeBug) |
DECLARATIONS ///. More... | |
Aig_Obj_t * | Saig_ManRetimeNodeBwd (Aig_Man_t *p, Aig_Obj_t *pObjLo) |
int | Saig_ManRetimeSteps (Aig_Man_t *p, int nSteps, int fForward, int fAddBugs) |
Function*************************************************************
Synopsis [Performs one retiming step backward.]
Description [Returns the pointer to node after retiming.]
SideEffects [Remember to run Aig_ManSetCioIds() in advance.]
SeeAlso []
Definition at line 121 of file saigRetStep.c.
ABC_NAMESPACE_IMPL_START Aig_Obj_t* Saig_ManRetimeNodeFwd | ( | Aig_Man_t * | p, |
Aig_Obj_t * | pObj, | ||
int | fMakeBug | ||
) |
DECLARATIONS ///.
CFile****************************************************************
FileName [saigRetStep.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Sequential AIG package.]
Synopsis [Implementation of retiming steps.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - June 20, 2005.]
Revision [
]FUNCTION DEFINITIONS /// Function*************************************************************
Synopsis [Performs one retiming step forward.]
Description [Returns the pointer to the register output after retiming.]
SideEffects [Remember to run Aig_ManSetCioIds() in advance.]
SeeAlso []
Definition at line 45 of file saigRetStep.c.
int Saig_ManRetimeSteps | ( | Aig_Man_t * | p, |
int | nSteps, | ||
int | fForward, | ||
int | fAddBugs | ||
) |
Function*************************************************************
Synopsis [Performs the given number of retiming steps.]
Description [Returns the pointer to node after retiming.]
SideEffects [Remember to run Aig_ManSetCioIds() in advance.]
SeeAlso []
Definition at line 181 of file saigRetStep.c.