<#37 it seems like the pnpMPA model and pnpMPA.sym...
# ihp-sg13g2
g
#37 it seems like the pnpMPA model and pnpMPA.sym have different pin-orders Issue created by olisnr in the file
IHP-Open-PDK-dev/ihp-sg13g2/libs.tech/ngspice/models/sg13g2_hbt_mod.lib
there is a model:
Copy code
.subckt pnpMPA e b c
.param a=2p p=6u ac=13.33p pc=14.64u
+ dev_a=a*1e12 dev_p=p*1e6 sub_a=ac*1e12 sub_p=pc*1e6

QpnpMPA e b c pnpMPA_mod area=dev_a
...
but if i run the netlist-generation of Xschem for
IHP-Open-PDK-dev/ihp-sg13g2/libs.tech/xschem/sg13g2_tests/dc_pnpMPA.sch
it generates:
Copy code
** sch_path: IHP-Open-PDK-dev/ihp-sg13g2/libs.tech/xschem/sg13g2_tests/dc_pnpMPA.sch
**.subckt dc_pnpMPA
XQ1 net3 net1 E1 pnpMPA
Ve net2 E1 0
.save i(ve)
Vb net1 GND 0
.save i(vb)
Vc net3 GND 0
.save i(vc)
I0 GND net2 1u
...
it seems to me that
c
and
e
are interchanged somewhere. IHP-GmbH/IHP-Open-PDK