abc-master
|
#include "aig.h"
Go to the source code of this file.
Functions | |
ABC_NAMESPACE_IMPL_START int | Aig_ManRetimeMark_rec (Aig_Man_t *p, Aig_Obj_t *pObj) |
DECLARATIONS ///. More... | |
void | Aig_ManRetimeMark (Aig_Man_t *p) |
Aig_Man_t * | Aig_ManRetimeFrontier (Aig_Man_t *p, int nStepsMax) |
Function*************************************************************
Synopsis [Performs forward retiming.]
Description []
SideEffects []
SeeAlso []
Definition at line 125 of file aigRetF.c.
void Aig_ManRetimeMark | ( | Aig_Man_t * | p | ) |
Function*************************************************************
Synopsis [Mark the nodes reachable from the true PIs.]
Description []
SideEffects []
SeeAlso []
Definition at line 73 of file aigRetF.c.
ABC_NAMESPACE_IMPL_START int Aig_ManRetimeMark_rec | ( | Aig_Man_t * | p, |
Aig_Obj_t * | pObj | ||
) |
DECLARATIONS ///.
CFile****************************************************************
FileName [aigRetF.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [AIG package.]
Synopsis [Retiming frontier.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - April 28, 2007.]
Revision [
]FUNCTION DEFINITIONS /// Function*************************************************************
Synopsis [Mark the nodes reachable from the PIs in the reverse order.]
Description []
SideEffects []
SeeAlso []
Definition at line 45 of file aigRetF.c.