kicad/eeschema/netlist_exporters
jean-pierre charras cd94da7972 Spice simulator and netlist generation: use only netnames (outdated option "use net numbers as net names removed" removed)
netlist generation: remove option "replace IC and U ref by X" (broken option).
All component refs are now prefixed by the Spice_Primitive field value.
Therefore the netlist used by Kicad ngsipce simulator and the spice netlist generated from dialog are the same.
(note: like previously, forbidden chars like ( and ) are replaced by _ in netnames)
2016-09-16 20:36:19 +02:00
..
netlist_exporter.cpp NETLIST_EXPORTER_PSPICE skips removed pins when processing a list of sorted pins. 2016-08-19 17:32:30 +02:00
netlist_exporter.h Netlist generator: avoid changing the order of parts in libparts section each time libraries are reloaded. 2015-11-05 17:28:31 +01:00
netlist_exporter_cadstar.cpp Eeschema: SCH_SHEET_LIST improvements. 2016-03-06 16:22:01 -05:00
netlist_exporter_cadstar.h Use KiwayExpress messaging for CvPcb footprint assignment instead of *.cmp file. 2015-06-07 14:18:45 -04:00
netlist_exporter_generic.cpp Code cleanup: remove dead code, add comment. 2016-06-08 08:32:01 +02:00
netlist_exporter_generic.h Code cleanup: remove dead code, add comment. 2016-06-08 08:32:01 +02:00
netlist_exporter_kicad.cpp Fix minor compil warnings (deprecated warnings and shadowed local vars warnings) 2016-06-07 17:33:12 +02:00
netlist_exporter_kicad.h Use KiwayExpress messaging for CvPcb footprint assignment instead of *.cmp file. 2015-06-07 14:18:45 -04:00
netlist_exporter_orcadpcb2.cpp Eeschema: SCH_SHEET_LIST improvements. 2016-03-06 16:22:01 -05:00
netlist_exporter_orcadpcb2.h Use KiwayExpress messaging for CvPcb footprint assignment instead of *.cmp file. 2015-06-07 14:18:45 -04:00
netlist_exporter_pspice.cpp Spice simulator and netlist generation: use only netnames (outdated option "use net numbers as net names removed" removed) 2016-09-16 20:36:19 +02:00
netlist_exporter_pspice.h Spice simulator and netlist generation: use only netnames (outdated option "use net numbers as net names removed" removed) 2016-09-16 20:36:19 +02:00