abc-master
|
#include <mioInt.h>
Data Fields | |
char * | pName |
double | dArea |
char * | pForm |
Mio_Pin_t * | pPins |
char * | pOutName |
Mio_Library_t * | pLib |
Mio_Gate_t * | pNext |
Mio_Gate_t * | pTwin |
int | nInputs |
double | dDelayMax |
char * | pSop |
Vec_Int_t * | vExpr |
union { | |
word uTruth | |
word * pTruth | |
}; | |
int | Value |
union { ... } |
Mio_Library_t* Mio_GateStruct_t_::pLib |
Mio_Gate_t* Mio_GateStruct_t_::pNext |
Mio_Gate_t* Mio_GateStruct_t_::pTwin |