mirror of https://github.com/KLayout/klayout.git
15 lines
223 B
Plaintext
15 lines
223 B
Plaintext
|
|
* written by unit test
|
||
|
|
|
||
|
|
* cell C1
|
||
|
|
* pin p1
|
||
|
|
* pin p2
|
||
|
|
.SUBCKT C1 1 2
|
||
|
|
* net 1 n1
|
||
|
|
* net 2 n2
|
||
|
|
* net 3 n3
|
||
|
|
* device instance $1 r0 *1 0,0 RCLS
|
||
|
|
R$1 1 3 3 1.7 RCLS
|
||
|
|
* device instance $2 r0 *1 0,0 RCLS
|
||
|
|
R$2 3 2 3 4.2e-05 RCLS
|
||
|
|
.ENDS C1
|