spice netlist with ? ? ? when unconnected pins
Bug #1720619 reported by
laurent
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
KiCad |
Fix Released
|
Medium
|
Jeff Young |
Bug Description
In SPICE netlist, all different nets should have a different name.
But when a integrated U1 has unconnected pins, they are all netlisted with a question mark :
XU1 VCC 1 ? ? ? /INPUT /uCtoLED GND PIC12C508A
whatever options are used to generate the spice netlist.
Solution : new net number should be generated for the unconnected nets when generating a spice netlist.
Another trick : I am not sure, but mot probably the / before the net name shoud be also removed as some simulator may refuse to run because of them.
Thank you,
Laurent
tags: | added: eeschema spice |
Changed in kicad: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
I don't think the /'s will be an issue. Most anything goes in a Spice node name (although we do exclude parentheses).