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.
The following netlist is parsed successfully:
The "doesnotexist" circuit is created (with a warning), but the O and I pins get shorted as they are assigned to the same net.