#include "retInt.h"
Go to the source code of this file.
Enumerations | |
| enum | { ABC_RET_UPDATE_FAIL , ABC_RET_UPDATE_NO , ABC_RET_UPDATE_YES } |
| DECLARATIONS ///. More... | |
Functions | |
| int | Abc_NtkRetimeLValue (Abc_Ntk_t *pNtk, int nIterLimit, int fVerbose) |
| FUNCTION DEFINITIONS ///. | |
| void | Abc_ManCollectLatches_rec (Abc_Obj_t *pObj, Vec_Ptr_t *vLatches) |
| anonymous enum |
DECLARATIONS ///.
CFile****************************************************************
FileName [retLvalue.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Retiming package.]
Synopsis [Implementation of Pan's retiming algorithm.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - Oct 31, 2006.]
Revision [
]
| Enumerator | |
|---|---|
| ABC_RET_UPDATE_FAIL | |
| ABC_RET_UPDATE_NO | |
| ABC_RET_UPDATE_YES | |
Definition at line 31 of file retLvalue.c.
Function*************************************************************
Synopsis [Collects latches in the topological order.]
Description []
SideEffects []
SeeAlso []
Definition at line 309 of file retLvalue.c.


| int Abc_NtkRetimeLValue | ( | Abc_Ntk_t * | pNtk, |
| int | nIterLimit, | ||
| int | fVerbose ) |
FUNCTION DEFINITIONS ///.
Function*************************************************************
Synopsis [Implements Pan's retiming algorithm.]
Description []
SideEffects []
SeeAlso []
Definition at line 61 of file retLvalue.c.

