RTimothyEdwards / netgen

Netgen complete LVS tool for comparing SPICE or verilog netlists
Other
109 stars 25 forks source link

Possible problem with mixed device types. #93

Open d-m-bailey opened 3 months ago

d-m-bailey commented 3 months ago

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 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.