mirror of
https://github.com/KLayout/klayout.git
synced 2026-09-06 09:17:42 +02:00
Refined solution for issue-245 by providing a better name mapping (checked with ngspice)
This commit is contained in:
Vendored
+2
-2
@@ -11,9 +11,9 @@ XSC1 n1 n2 C1
|
||||
* cell C1
|
||||
* pin p1
|
||||
* pin p2
|
||||
.SUBCKT C1 N1 N$x202
|
||||
.SUBCKT C1 N1 N\x202
|
||||
* device instance $1 0,0 XCLS
|
||||
XD_$1 N1 n3 XCLS PARAMS: U=-17 V=42
|
||||
* device instance $2 0,0 XCLS
|
||||
XD_$2 n3 N$x202 XCLS PARAMS: U=17 V=-42
|
||||
XD_$2 n3 N\x202 XCLS PARAMS: U=17 V=-42
|
||||
.ENDS C1
|
||||
|
||||
Reference in New Issue
Block a user