abc-master
|
#include "gia.h"
Go to the source code of this file.
Functions | |
ABC_NAMESPACE_IMPL_START int | Gia_ManMarkAutonomous_rec (Gia_Man_t *p, Gia_Obj_t *pObj) |
DECLARATIONS ///. More... | |
void | Gia_ManMarkAutonomous (Gia_Man_t *p) |
void | Gia_ManRetimeDup_rec (Gia_Man_t *pNew, Gia_Obj_t *pObj) |
Gia_Man_t * | Gia_ManRetimeDupForward (Gia_Man_t *p, Vec_Ptr_t *vCut) |
Gia_Man_t * | Gia_ManRetimeForwardOne (Gia_Man_t *p, int *pnRegFixed, int *pnRegMoves) |
Gia_Man_t * | Gia_ManRetimeForward (Gia_Man_t *p, int nMaxIters, int fVerbose) |
void Gia_ManMarkAutonomous | ( | Gia_Man_t * | p | ) |
Function*************************************************************
Synopsis [Marks with current trav ROs reachable from Const0 and PIs.]
Description []
SideEffects []
SeeAlso []
Definition at line 74 of file giaRetime.c.
ABC_NAMESPACE_IMPL_START int Gia_ManMarkAutonomous_rec | ( | Gia_Man_t * | p, |
Gia_Obj_t * | pObj | ||
) |
DECLARATIONS ///.
CFile****************************************************************
FileName [giaRetime.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Scalable AIG package.]
Synopsis [Performs most-forward retiming for AIG with flop classes.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - June 20, 2005.]
Revision [
]FUNCTION DEFINITIONS /// Function*************************************************************
Synopsis [Marks objects reachables from Const0 and PIs/
Description []
SideEffects []
SeeAlso []
Definition at line 45 of file giaRetime.c.
Function*************************************************************
Synopsis [Duplicates the AIG recursively.]
Description []
SideEffects []
SeeAlso []
Definition at line 100 of file giaRetime.c.
Function*************************************************************
Synopsis [Duplicates the AIG while retiming the registers to the cut.]
Description []
SideEffects []
SeeAlso []
Definition at line 121 of file giaRetime.c.
Function*************************************************************
Synopsis [Derives the cut for forward retiming.]
Description [Assumes topological ordering of the nodes.]
SideEffects []
SeeAlso []
Definition at line 267 of file giaRetime.c.
Function*************************************************************
Synopsis [Derives the cut for forward retiming.]
Description [Assumes topological ordering of the nodes.]
SideEffects []
SeeAlso []
Definition at line 180 of file giaRetime.c.