mirror of
https://github.com/KLayout/klayout.git
synced 2026-08-29 09:20:45 +02:00
* Device#net_for_terminal with terminal name * Spice writer now dumps all parameters for resistors and caps (also secondary) * Enabled Spice writer delegate in LVS (spice_format(...)) * Device class factories for built-in device extractors
12 lines
175 B
Plaintext
12 lines
175 B
Plaintext
* Extracted by KLayout
|
|
|
|
* cell Rre
|
|
* pin gnd!
|
|
* pin vdd!
|
|
.SUBCKT Rre 1 2
|
|
* net 1 gnd!
|
|
* net 2 vdd!
|
|
* device instance $1 r0 *1 8.43,1.51 RR1
|
|
R$1 1 2 RR1 10 W=0.6 L=6
|
|
.ENDS Rre
|