| PHSEG(3) | MBK PHYSICAL STRUCTURE DEFINITIONS | PHSEG(3) |
phseg - mbk physical segment
The phseg structure is used to describe a segment belonging to a symbolic layout model, see phfig(3) for details. Transistors are segments of a particular layer.
The declarations needed to work on phseg are available in the header file "/labo/include/mph402.h", where '402' is the actual mbk version.
The following C structure supports the description of the segment :
typedef struct phseg {
struct phseg ∗NEXT;
char ∗NAME;
long X1,Y1,X2,Y2;
long WIDTH;
char TYPE;
char LAYER;
struct ptype ∗USER;
} phseg_list;
mbk(1), addphseg(3), getphseg(3), delphseg(3), phfig(3), ptype(3).
See the file buster/alliance/alc_bug_report.1.en.gz.
| October 1, 1997 | ASIM/LIP6 |