1LORES(3)               MBK LOGICAL STRUCTURE DEFINITIONS              LORES(3)
2
3
4

NAME

6       lores - mbk logical resistor
7

DESCRIPTION

9       The  lores  is  used  to describe a logical resistor. Please note, this
10       description is different from the RCN description and has  a  different
11       purpose:  the  created resistor is a functional logical resistor, not a
12       parasitic resistor.  For the time being, only MIM (i.e. metal) resistor
13       type is supported.
14
15       The  declarations  needed  to work on lores are available in the header
16       file "/labo/include/mlo.h".
17
18       The following C structure  supports  the  description  of  the  logical
19       resistor :
20
21              typedef struct lores
22                 {
23                   struct lores   ∗NEXT  ;
24                   struct locon   ∗RCON1 ;
25                   struct locon   ∗RCON2 ;
26                   char           ∗NAME  ;
27                   double         RESI   ;
28                   char           TYPE   ;
29                   struct ptype   ∗USER  ;
30                 } lores_list            ;
31
32       NEXT                Pointer to the next lores of the list.
33
34       RCON1               Pointer  to  the  rcon1  connector of the resistor.
35                           This connector is, of course unique.  See  locon(3)
36                           for details.
37
38       RCON2               Pointer  to  the  rcon2  connector of the resistor.
39                           This connector is, of course unique.  See  locon(3)
40                           for details.
41
42       NAME                Resistor instance name
43
44       RESI                Resistance value
45
46       TYPE                Layer  type  of  the  resistor. One legal values is
47                           available :
48
49                           RESMIM              Metal resistor.
50
51       USER                Pointer to a ptype list, see ptype(3) for  details,
52                           that  is  a  general  purpose pointer used to share
53                           information on the resistor.  This  field  is  used
54                           with  the  LORES_INFO(3)  ptype  to  store physical
55                           information.
56

SEE ALSO

58       mbk(1), addlores(3), getlores(3), dellores(3),  setlores(3),  locon(3),
59       lofig(3), ptype(3).
60
61
62
63
64
65
66ASIM/LIP6                       August 14, 2002                       LORES(3)
Impressum