mirror of
https://github.com/KLayout/klayout.git
synced 2026-09-01 10:27:53 +02:00
* Log entries on the L2N object can now have net references
(by expanded name) and the nets will be highlighted
when the log entry is selected in the netlist browser
For an application see drcSimpleTests:147.
* New function ("db") in evaluate_nets
* BUGFIX: proper computation of transformations for multiple
selections of nets in netlist browser
75 lines
1.5 KiB
Plaintext
75 lines
1.5 KiB
Plaintext
#%l2n-klayout
|
|
W(TOP)
|
|
U(0.001)
|
|
L(l1 '1/0')
|
|
L(l2 '2/0')
|
|
L(l3 '3/0')
|
|
L(l4 '4/0')
|
|
L(l5 '5/0')
|
|
C(l1 l1 l2)
|
|
C(l2 l1 l2 l3)
|
|
C(l3 l2 l3 l4)
|
|
C(l4 l3 l4 l5)
|
|
C(l5 l4 l5)
|
|
H(I B('AR=5') C(B) N(NET1))
|
|
H(I B('AR=0') C(B) N($4))
|
|
H(I B('AR=9.875') C(TOP) N($1))
|
|
H(I B('AR=9.5') C(TOP) N($I2))
|
|
X(A
|
|
R((0 0) (38000 12000))
|
|
N(1 I(NET2)
|
|
R(l1 (0 8000) (4000 4000))
|
|
R(l2 (-3000 -3000) (2000 2000))
|
|
R(l3 (-3000 -11000) (4000 12000))
|
|
R(l4 (-3000 -11000) (2000 2000))
|
|
R(l5 (-3000 -3000) (38000 4000))
|
|
R(l5 (-22000 -2000) (0 0))
|
|
)
|
|
P(1 I(NET2))
|
|
)
|
|
X(B
|
|
R((-8000 -14000) (48000 34000))
|
|
N(1 I(NET1)
|
|
R(l1 (12000 8000) (4000 4000))
|
|
R(l1 (-10000 -14000) (4000 4000))
|
|
R(l2 (3000 7000) (2000 2000))
|
|
R(l2 (-8000 -12000) (2000 2000))
|
|
R(l3 (3000 -3000) (4000 14000))
|
|
R(l3 (-10000 -14000) (10000 4000))
|
|
R(l4 (-3000 -3000) (2000 2000))
|
|
R(l5 (-3000 -15000) (4000 16000))
|
|
R(l5 (14000 -16000) (10000 4000))
|
|
R(l5 (-6000 -2000) (0 0))
|
|
)
|
|
N(2 I($2)
|
|
R(l3 (25000 -5000) (4000 7000))
|
|
R(l4 (-3000 -3000) (2000 2000))
|
|
R(l5 (-3000 -3000) (15000 4000))
|
|
)
|
|
N(3 I($4)
|
|
R(l1 (25000 -5000) (4000 18000))
|
|
)
|
|
N(4 I($5)
|
|
R(l3 (25000 6000) (4000 7000))
|
|
)
|
|
N(5 I($6)
|
|
R(l5 (25000 6000) (15000 4000))
|
|
)
|
|
N(6 I(NET2)
|
|
R(l5 (16000 18000) (0 0))
|
|
)
|
|
P(6 I(NET2))
|
|
X(1 A Y(-8000 -14000) P(0 1))
|
|
X(2 A M Y(-8000 20000) P(0 6))
|
|
)
|
|
X(TOP
|
|
R((-18000 -51000) (58000 108000))
|
|
N(1 I($1)
|
|
R(l5 (0 16000) (4000 11000))
|
|
)
|
|
N(2 I($I2))
|
|
X(1 B Y(0 0) P(0 1))
|
|
X(2 B O(180) Y(22000 43000) P(0 1))
|
|
X(3 B O(180) Y(22000 -31000) P(0 2))
|
|
)
|