ACT Library
|
#include <netlist.h>
Public Attributes | |
int | i |
struct act_nl_varinfo * | v |
list_t * | e |
bool_t * | b |
unsigned int | contact:1 |
unsigned int | supply:1 |
unsigned int | inv:1 |
unsigned int | visited:1 |
list_t * | wl |
double | reff [2] |
unsigned char | reff_set [2] |
double | cap |
double | resis |
struct node * | next |
bool_t* node::b |
double node::cap |
unsigned int node::contact |
list_t* node::e |
int node::i |
unsigned int node::inv |
struct node* node::next |
double node::reff[2] |
unsigned char node::reff_set[2] |
double node::resis |
unsigned int node::supply |
struct act_nl_varinfo* node::v |
unsigned int node::visited |
list_t* node::wl |