340 Commits (f5edcf82f231b221519e16e23ad02902f5238170)

Author SHA1 Message Date
Jeff Young 2a79a453ec Get rid of m_sortedSymbolPinList in favour of a properly scoped variable. 3 years ago
JamesJCode 9dca70a773 Eeschema netlist output: Propagate NC across hierarchical schematics 3 years ago
Jeff Young 68fe146861 Remove most of SIM_VALUE in favour of good old wxString. 3 years ago
Fabien Corona 3751b250c6 sim - fix a QA case for XSPICE 3 years ago
Fabien Corona 869447fedd sim - ngspice does not support .probe p(Adevice) 3 years ago
Jeff Young d6bef19811 Don't confuse .OP with .OPTIONS. 3 years ago
Jeff Young e5176ff4d6 ADDED power dissipation plotting and cursors. 3 years ago
Jeff Young 7e6c68b1d1 Remove (probably) redundant code. 3 years ago
Jeff Young f0bd25b397 ADDED use-settable simulation trace colors. 3 years ago
Jeff Young 4de64b607a Finish implementation of export_current_sheet_as_root. 3 years ago
Graham Keeth e4a8b9e76d subckt export: add missing tristate pintype 3 years ago
Seth Hillbrand e6dbca051c Force realtime connectivity on 3 years ago
Jeff Young 3e55719831 May need to convert to UNIX style paths twice (before & after resolving). 3 years ago
Jeff Young 49f3b21f5c Handle windows filepaths in SPICE include statements. 3 years ago
Wayne Stambaugh ee3e285393 Correctly parent simulator netlist error dialogs. 3 years ago
Jeff Young 098d2b30a2 Support for simulation options in workbook and simulation command dlg. 3 years ago
Jeff Young 453f1f393e Add scanning for coupled inductor declarations to SPICE directives. 3 years ago
Jeff Young d8867b7a66 Remove attempting to parse SPICE text items when generating netlists. 3 years ago
Jeff Young cbfbd3a0de Don't attempt to recognize SPICE directives line-by-line. 3 years ago
Jeff Young 6dc7c30174 Still have to write out includes from internal models... 3 years ago
Jeff Young 52163c7b31 Hold off on one-library-per-SIM_LIB_MGR. It's too risky for 7.0. 3 years ago
Jeff Young d839f11d49 Rip out parsing of SPICE libraries for netlisting. 3 years ago
Seth Hillbrand 6cd750bb9c Respect "Exclude from Board" flag in export 3 years ago
Jeff Young c43050b91b Remove safety around reading default parameter from Value field. 3 years ago
Seth Hillbrand 38a0b67e40 ngspice has specific chars that are reserved 3 years ago
Jeff Young 7af718f1a5 Don't use std::string for things with wxString APIs. 3 years ago
Jeff Young 9b9795a87d Reduce reliance on exception processing -- it's waay too bugy at present. 3 years ago
Jeff Young 7f35323416 Re-enable sim model ERC testing. 3 years ago
Jeff Young 58ce0bb804 Simulation bug fixes. 3 years ago
Jeff Young 7192c565b8 Add simple VI model inference. 3 years ago
Jeff Young 24786fe0e9 Fix multi-unit symbol bugs. 3 years ago
Jeff Young b2e512bfab We must infer a pinMap when inferring other fields for RLC passives. 3 years ago
Jeff Young a2ba9137b8 Use only first letter of prefix for RLC primary value name. 3 years ago
Jeff Young 50ccc4e6da Fix issue converting legacy SPICE models. 3 years ago
Jeff Young fbd2d66a75 Convert formatting constructs for SPICE consumption. 3 years ago
Jeff Young 56aae7a147 Reduce compiler warnings. 3 years ago
Jeff Young 1baec20cf6 Handle SPICE <-> SI conversions in inferred models. 3 years ago
Jeff Young 05b9836f60 Remove ugly hack of passing SCH_SYMBOL as parent of LIB_FIELD array. 3 years ago
Jeff Young 3ae404f764 Move model inference to SIM_MODEL so it can also be used for behavioral models. 3 years ago
Jeff Young cfbf14ebfd Attempt to fix build issue with NGSPICE off. 3 years ago
Jeff Young e8980e9024 Centralize SPICE lib path resolution and support SPICE_LIB_DIR. 3 years ago
Jeff Young b15913bd53 Support env variables in spice library paths. 3 years ago
Jeff Young 69448afb47 Don't run simulation twice when the sim command is overridden. 3 years ago
Jeff Young 38906397d2 Move V6->V7 sim model migration from sheets to screens. 3 years ago
Jeff Young b7d41e0e56 Update simulator with NUMERIC_EVAL, decimal separator processing, etc. 3 years ago
Marek Roszko bae8cb55c0 Rename the bom cli to pythonbom since we'll have a real bom system later 3 years ago
Seth Hillbrand d23f285f8c Avoid ngspice segfault 3 years ago
Wayne Stambaugh 0a62c17040 Remove schematic symbol value and footprint field instance data. 3 years ago
jean-pierre charras e5877e0840 netlist_exporter_xml: ensure the list of parts is included in netlist. 3 years ago
Jeff Young e09e521162 Remove GUI calls from netlisting. 3 years ago