KLayout / klayout

KLayout Main Sources
http://www.klayout.org
GNU General Public License v3.0
745 stars 192 forks source link

Spice reader accepts circuits without definition but pins get shorted #1683

Closed klayoutmatthias closed 2 months ago

klayoutmatthias commented 2 months ago

The following netlist is parsed successfully:

* Test

MM1 O I VDD VDD pfet
MM2 O I VSS VSS nfet
XDUMMY O I doesnotexist

.end

The "doesnotexist" circuit is created (with a warning), but the O and I pins get shorted as they are assigned to the same net.