Refined solution for issue-245 by providing a better name mapping (checked with ngspice)

This commit is contained in:
Matthias Koefferlein
2019-03-22 00:05:17 +01:00
parent 9356f32026
commit e545d6af3f
2 changed files with 14 additions and 5 deletions
+2 -2
View File
@@ -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