abc-master
|
#include "mioInt.h"
Go to the source code of this file.
double Mio_GateReadArea | ( | Mio_Gate_t * | pGate | ) |
double Mio_GateReadDelayMax | ( | Mio_Gate_t * | pGate | ) |
char* Mio_GateReadForm | ( | Mio_Gate_t * | pGate | ) |
Mio_Library_t* Mio_GateReadLib | ( | Mio_Gate_t * | pGate | ) |
char* Mio_GateReadName | ( | Mio_Gate_t * | pGate | ) |
Mio_Gate_t* Mio_GateReadNext | ( | Mio_Gate_t * | pGate | ) |
char* Mio_GateReadOutName | ( | Mio_Gate_t * | pGate | ) |
float Mio_GateReadPinDelay | ( | Mio_Gate_t * | pGate, |
int | iPin | ||
) |
Definition at line 201 of file mioApi.c.
char* Mio_GateReadPinName | ( | Mio_Gate_t * | pGate, |
int | iPin | ||
) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 192 of file mioApi.c.
int Mio_GateReadPinNum | ( | Mio_Gate_t * | pGate | ) |
Mio_Pin_t* Mio_GateReadPins | ( | Mio_Gate_t * | pGate | ) |
char* Mio_GateReadSop | ( | Mio_Gate_t * | pGate | ) |
word Mio_GateReadTruth | ( | Mio_Gate_t * | pGate | ) |
word* Mio_GateReadTruthP | ( | Mio_Gate_t * | pGate | ) |
Mio_Gate_t* Mio_GateReadTwin | ( | Mio_Gate_t * | pGate | ) |
int Mio_GateReadValue | ( | Mio_Gate_t * | pGate | ) |
void Mio_GateSetValue | ( | Mio_Gate_t * | pGate, |
int | Value | ||
) |
Mio_Gate_t* Mio_LibraryReadAnd2 | ( | Mio_Library_t * | pLib | ) |
float Mio_LibraryReadAreaBuf | ( | Mio_Library_t * | pLib | ) |
float Mio_LibraryReadAreaInv | ( | Mio_Library_t * | pLib | ) |
float Mio_LibraryReadAreaNand2 | ( | Mio_Library_t * | pLib | ) |
Mio_Gate_t* Mio_LibraryReadBuf | ( | Mio_Library_t * | pLib | ) |
Mio_Gate_t* Mio_LibraryReadConst0 | ( | Mio_Library_t * | pLib | ) |
Mio_Gate_t* Mio_LibraryReadConst1 | ( | Mio_Library_t * | pLib | ) |
float Mio_LibraryReadDelayAnd2Max | ( | Mio_Library_t * | pLib | ) |
float Mio_LibraryReadDelayInvFall | ( | Mio_Library_t * | pLib | ) |
float Mio_LibraryReadDelayInvMax | ( | Mio_Library_t * | pLib | ) |
float Mio_LibraryReadDelayInvRise | ( | Mio_Library_t * | pLib | ) |
float Mio_LibraryReadDelayNand2Fall | ( | Mio_Library_t * | pLib | ) |
float Mio_LibraryReadDelayNand2Max | ( | Mio_Library_t * | pLib | ) |
float Mio_LibraryReadDelayNand2Rise | ( | Mio_Library_t * | pLib | ) |
Mio_Gate_t** Mio_LibraryReadGateArray | ( | Mio_Library_t * | pLib | ) |
Mio_Gate_t* Mio_LibraryReadGateByName | ( | Mio_Library_t * | pLib, |
char * | pName, | ||
char * | pOutName | ||
) |
Function*************************************************************
Synopsis [Read Mvc of the gate by name.]
Description []
SideEffects []
SeeAlso []
Definition at line 99 of file mioApi.c.
int Mio_LibraryReadGateNameMax | ( | Mio_Library_t * | pLib | ) |
Function*************************************************************
Synopsis [Returns the longest gate name.]
Description []
SideEffects []
SeeAlso []
Definition at line 75 of file mioApi.c.
int Mio_LibraryReadGateNum | ( | Mio_Library_t * | pLib | ) |
Mio_Gate_t* Mio_LibraryReadGates | ( | Mio_Library_t * | pLib | ) |
Mio_Gate_t* Mio_LibraryReadInv | ( | Mio_Library_t * | pLib | ) |
ABC_NAMESPACE_IMPL_START char* Mio_LibraryReadName | ( | Mio_Library_t * | pLib | ) |
DECLARATIONS ///.
CFile****************************************************************
FileName [mioApi.c]
PackageName [MVSIS 1.3: Multi-valued logic synthesis system.]
Synopsis [File reading/writing for technology mapping.]
Author [MVSIS Group]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - September 8, 2003.]
Revision [
]FUNCTION DEFINITIONS /// Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 43 of file mioApi.c.
Mio_Gate_t* Mio_LibraryReadNand2 | ( | Mio_Library_t * | pLib | ) |
char* Mio_LibraryReadSopByName | ( | Mio_Library_t * | pLib, |
char * | pName | ||
) |
Function*************************************************************
Synopsis [Read Mvc of the gate by name.]
Description []
SideEffects []
SeeAlso []
Definition at line 124 of file mioApi.c.
char* Mio_PinReadName | ( | Mio_Pin_t * | pPin | ) |
Mio_PinPhase_t Mio_PinReadPhase | ( | Mio_Pin_t * | pPin | ) |