kicad/eeschema/netlist_exporters
Mikolaj Wielgus 6fad25f8ed Allow mapping sim model pins to arbitrary string symbol pin numbers
This change removes the incorrect assumption that symbol pin numbers are
integers and are the same as indexes in the vector storing the symbol
pins.

"~" is now used to denote a floating sim model pin.
2022-08-22 08:13:26 +02:00
..
netlist.h Don't strip extensions twice in BOM export 2022-01-05 11:07:49 -08:00
netlist_exporter_base.cpp Remove broken RefDesStringCompare 2021-09-01 11:48:01 -07:00
netlist_exporter_base.h Fix netlist error when editing schematic symbols in place. 2021-07-30 18:37:45 -04:00
netlist_exporter_cadstar.cpp Performance improvements. 2022-08-03 11:59:42 +01:00
netlist_exporter_cadstar.h Schematic netlist exporter header housekeeping. 2021-03-22 07:59:54 -04:00
netlist_exporter_kicad.cpp More NULL expunging. 2021-07-16 16:13:41 -04:00
netlist_exporter_kicad.h Resolve text variables in eeschema before passing to pcbnew. 2022-01-15 01:30:03 +00:00
netlist_exporter_orcadpcb2.cpp Cleanup & performance enhancements. 2022-08-01 13:09:51 +01:00
netlist_exporter_orcadpcb2.h Schematic netlist exporter header housekeeping. 2021-03-22 07:59:54 -04:00
netlist_exporter_pspice.cpp minor fixes and French translation update 2022-05-30 11:23:20 +02:00
netlist_exporter_spice.cpp Allow mapping sim model pins to arbitrary string symbol pin numbers 2022-08-22 08:13:26 +02:00
netlist_exporter_spice.h Allow mapping sim model pins to arbitrary string symbol pin numbers 2022-08-22 08:13:26 +02:00
netlist_exporter_xml.cpp Eeschema, slash in power pin name: better fix than commit ba7a06f5. 2022-08-10 11:00:19 +02:00
netlist_exporter_xml.h Don't put "exclude from board" symbols in CvPCB netlist. 2021-12-10 23:00:50 +00:00
netlist_generator.cpp Sim: Spice netlist exporter rewrite 2022-07-30 02:25:34 +00:00