kicad/eeschema/netlist_exporters
Jeff Young cbfbd3a0de Don't attempt to recognize SPICE directives line-by-line.
.model and .subckt can be multi-line without requiring the continuation-
line syntax.
2023-01-12 16:49:09 +00:00
..
netlist.h Add a new schematic exporter to Spice .subckt model 2022-09-09 16:18:48 +02:00
netlist_exporter_base.cpp Fix some instance-data issues in netlist exporters. 2022-10-18 17:26:34 +01:00
netlist_exporter_base.h Remove GUI calls from netlisting. 2022-11-18 15:29:16 +00:00
netlist_exporter_cadstar.cpp Respect "Exclude from Board" flag in export 2023-01-10 15:23:26 -08:00
netlist_exporter_cadstar.h Remove GUI calls from netlisting. 2022-11-18 15:29:16 +00:00
netlist_exporter_kicad.cpp Remove GUI calls from netlisting. 2022-11-18 15:29:16 +00:00
netlist_exporter_kicad.h Remove GUI calls from netlisting. 2022-11-18 15:29:16 +00:00
netlist_exporter_orcadpcb2.cpp Respect "Exclude from Board" flag in export 2023-01-10 15:23:26 -08:00
netlist_exporter_orcadpcb2.h Remove GUI calls from netlisting. 2022-11-18 15:29:16 +00:00
netlist_exporter_spice.cpp Don't attempt to recognize SPICE directives line-by-line. 2023-01-12 16:49:09 +00:00
netlist_exporter_spice.h Rip out parsing of SPICE libraries for netlisting. 2023-01-12 14:51:03 +00:00
netlist_exporter_spice_model.cpp Remove GUI calls from netlisting. 2022-11-18 15:29:16 +00:00
netlist_exporter_spice_model.h Remove GUI calls from netlisting. 2022-11-18 15:29:16 +00:00
netlist_exporter_xml.cpp Rename the bom cli to pythonbom since we'll have a real bom system later 2022-11-30 19:56:59 -05:00
netlist_exporter_xml.h Remove GUI calls from netlisting. 2022-11-18 15:29:16 +00:00
netlist_generator.cpp Remove GUI calls from netlisting. 2022-11-18 15:29:16 +00:00