For a given set of source netlists, it appears that mixed device types are allowed, but only the first one is used.
For example, one netlist may have diodes defined as D devices
D0 VSS VDD diode pj=...
and another netlist may have them defined as X devices.
XD0 VSS VDD diode perim=...
No error is generated for mixed types for a given model and the first type encountered determines the pin names. cathode and anode for D devices and 1 and 2 for X devices.
netgen
1.5.276
For a given set of source netlists, it appears that mixed device types are allowed, but only the first one is used.
For example, one netlist may have diodes defined as
D
devicesand another netlist may have them defined as
X
devices.No error is generated for mixed types for a given model and the first type encountered determines the pin names.
cathode
andanode
forD
devices and1
and2
forX
devices.