ACT Library
|
Used for transistors. More...
#include <tech.h>
Public Member Functions | |
FetMat (char *s) | |
int | getSpacing (int w) |
int | numDummyPoly () |
Public Member Functions inherited from Material | |
Material (const char *nm=NULL) | |
virtual const char * | getName () |
void | addGDS (char **table, int sz) |
void | addGDSBloat (int *table, int sz) |
const char * | viaUpName () |
int | minArea () |
int | minWidth () |
int | minSpacing () |
Protected Attributes | |
int | num_dummy |
Protected Attributes inherited from Material | |
const char * | name |
drawing name in magic | |
RangeTable * | width |
min width range table (indexed by length) | |
RangeTable * | spacing_w |
min spacing range table (indexed by width) | |
int | minarea |
int | maxarea |
Contact * | viaup |
contact/via to material that is above | |
Contact * | viadn |
contact/via to material that is below | |
list_t * | gds |
GDS layer list. | |
int * | gds_bloat |
GDS bloat table. | |
Friends | |
class | Technology |
Used for transistors.
|
inline |
s | is the name of the transistor |
|
inline |
|
inline |
|
friend |