abc-master
|
#include "timInt.h"
Go to the source code of this file.
Functions | |
ABC_NAMESPACE_IMPL_START void | Tim_ManIncrementTravId (Tim_Man_t *p) |
DECLARATIONS ///. More... | |
void | Tim_ManSetCurrentTravIdBoxInputs (Tim_Man_t *p, int iBox) |
void | Tim_ManSetCurrentTravIdBoxOutputs (Tim_Man_t *p, int iBox) |
void | Tim_ManSetPreviousTravIdBoxInputs (Tim_Man_t *p, int iBox) |
void | Tim_ManSetPreviousTravIdBoxOutputs (Tim_Man_t *p, int iBox) |
int | Tim_ManIsCiTravIdCurrent (Tim_Man_t *p, int iCi) |
int | Tim_ManIsCoTravIdCurrent (Tim_Man_t *p, int iCo) |
ABC_NAMESPACE_IMPL_START void Tim_ManIncrementTravId | ( | Tim_Man_t * | p | ) |
DECLARATIONS ///.
CFile****************************************************************
FileName [timTrav.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Hierarchy/timing manager.]
Synopsis [Manipulation of traversal IDs.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - April 28, 2007.]
Revision [
]FUNCTION DEFINITIONS /// Function*************************************************************
Synopsis [Increments the trav ID of the manager.]
Description []
SideEffects []
SeeAlso []
Definition at line 44 of file timTrav.c.
int Tim_ManIsCiTravIdCurrent | ( | Tim_Man_t * | p, |
int | iCi | ||
) |
int Tim_ManIsCoTravIdCurrent | ( | Tim_Man_t * | p, |
int | iCo | ||
) |
void Tim_ManSetCurrentTravIdBoxInputs | ( | Tim_Man_t * | p, |
int | iBox | ||
) |
Function*************************************************************
Synopsis [Label box inputs.]
Description []
SideEffects []
SeeAlso []
Definition at line 70 of file timTrav.c.
void Tim_ManSetCurrentTravIdBoxOutputs | ( | Tim_Man_t * | p, |
int | iBox | ||
) |
Function*************************************************************
Synopsis [Label box outputs.]
Description []
SideEffects []
SeeAlso []
Definition at line 91 of file timTrav.c.
void Tim_ManSetPreviousTravIdBoxInputs | ( | Tim_Man_t * | p, |
int | iBox | ||
) |
Function*************************************************************
Synopsis [Label box inputs.]
Description []
SideEffects []
SeeAlso []
Definition at line 112 of file timTrav.c.
void Tim_ManSetPreviousTravIdBoxOutputs | ( | Tim_Man_t * | p, |
int | iBox | ||
) |
Function*************************************************************
Synopsis [Label box outputs.]
Description []
SideEffects []
SeeAlso []
Definition at line 133 of file timTrav.c.