mirror of
https://github.com/YosysHQ/abc.git
synced 2026-09-07 11:11:19 +02:00
Extending and improving timing manager.
This commit is contained in:
@@ -151,9 +151,11 @@ extern char * Mio_GateReadSop ( Mio_Gate_t * pGate );
|
||||
extern Vec_Int_t * Mio_GateReadExpr ( Mio_Gate_t * pGate );
|
||||
extern word Mio_GateReadTruth ( Mio_Gate_t * pGate );
|
||||
extern int Mio_GateReadValue ( Mio_Gate_t * pGate );
|
||||
extern int Mio_GateReadCell ( Mio_Gate_t * pGate );
|
||||
extern char * Mio_GateReadPinName ( Mio_Gate_t * pGate, int iPin );
|
||||
extern float Mio_GateReadPinDelay ( Mio_Gate_t * pGate, int iPin );
|
||||
extern void Mio_GateSetValue ( Mio_Gate_t * pGate, int Value );
|
||||
extern void Mio_GateSetCell ( Mio_Gate_t * pGate, int Cell );
|
||||
extern int Mio_GateIsInv ( Mio_Gate_t * pGate );
|
||||
extern char * Mio_PinReadName ( Mio_Pin_t * pPin );
|
||||
extern Mio_PinPhase_t Mio_PinReadPhase ( Mio_Pin_t * pPin );
|
||||
|
||||
@@ -17,6 +17,9 @@
|
||||
Revision [$Id: sclCon.h,v 1.0 2012/08/24 00:00:00 alanmi Exp $]
|
||||
|
||||
***********************************************************************/
|
||||
|
||||
#ifndef ABC__scl_Con__h
|
||||
#define ABC__scl_Con__h
|
||||
|
||||
ABC_NAMESPACE_HEADER_START
|
||||
|
||||
@@ -279,11 +282,11 @@ static inline float Scl_ConGetOutReqFloat( int i ) { return Scl_Wrd2Flt( Scl_
|
||||
static inline float Scl_ConGetOutLoadFloat( int i ) { return Scl_Wrd2Flt( Scl_ConGetOutLoad(i) ); }
|
||||
|
||||
|
||||
ABC_NAMESPACE_HEADER_END
|
||||
|
||||
#endif
|
||||
|
||||
////////////////////////////////////////////////////////////////////////
|
||||
/// END OF FILE ///
|
||||
////////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
||||
ABC_NAMESPACE_HEADER_END
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user