..
kibis
IBIS: Constness and skipping copies
2024-09-19 06:35:43 +01:00
legacy_workbook.cpp
Fix some contrast and update issues with sim cursors.
2024-08-15 12:29:59 -06:00
ngspice.cpp
Strip richio.h from headers that don't need them
2024-10-04 18:06:18 +01:00
ngspice.h
Send project path to ngspice for code model input files.
2024-05-08 23:41:05 +03:00
sim_lib_mgr.cpp
Make simulation reporter warnings non-fatal.
2024-09-05 05:59:35 +03:00
sim_lib_mgr.h
Clean up more exception processing in simulation GUI.
2024-07-03 13:32:44 +01:00
sim_library.cpp
Clean up more exception processing in simulation GUI.
2024-07-03 13:32:44 +01:00
sim_library.h
Clean up more exception processing in simulation GUI.
2024-07-03 13:32:44 +01:00
sim_library_ibis.cpp
Cleanup.
2024-06-10 20:23:36 +01:00
sim_library_ibis.h
Cleanup.
2024-06-10 20:23:36 +01:00
sim_library_spice.cpp
Remove error-prone SetReporter() API.
2023-09-06 11:37:50 +01:00
sim_library_spice.h
Remove error-prone SetReporter() API.
2023-09-06 11:37:50 +01:00
sim_model.cpp
Strip richio.h from headers that don't need them
2024-10-04 18:06:18 +01:00
sim_model.h
Clean up (and better comment) referential model handling.
2024-09-02 09:50:31 +01:00
sim_model_behavioral.cpp
More dead code removal and a bit of formatting and const& for strings.
2023-02-22 10:45:27 +00:00
sim_model_behavioral.h
More dead code removal and a bit of formatting and const& for strings.
2023-02-22 10:45:27 +00:00
sim_model_ibis.cpp
IBIS: Constness and skipping copies
2024-09-19 06:35:43 +01:00
sim_model_ibis.h
IBIS: Constness and skipping copies
2024-09-19 06:35:43 +01:00
sim_model_ideal.cpp
More dead code removal and a bit of formatting and const& for strings.
2023-02-22 10:45:27 +00:00
sim_model_ideal.h
More dead code removal and a bit of formatting and const& for strings.
2023-02-22 10:45:27 +00:00
sim_model_l_mutual.cpp
Performance.
2024-08-30 22:49:29 +01:00
sim_model_l_mutual.h
Mutual inductance statements have no model.
2024-01-23 15:14:09 +00:00
sim_model_ngspice.cpp
Strip richio.h from headers that don't need them
2024-10-04 18:06:18 +01:00
sim_model_ngspice.h
Simulator: add missing ngspice models.
2023-05-26 14:46:51 +02:00
sim_model_ngspice_data_b3soi.cpp
Breakup sim_model_ngspice_data.cpp into multiple files to avoid unreasonable compiler link times
2023-05-20 19:58:46 -04:00
sim_model_ngspice_data_b4soi.cpp
Breakup sim_model_ngspice_data.cpp into multiple files to avoid unreasonable compiler link times
2023-05-20 19:58:46 -04:00
sim_model_ngspice_data_bjt.cpp
Breakup sim_model_ngspice_data.cpp into multiple files to avoid unreasonable compiler link times
2023-05-20 19:58:46 -04:00
sim_model_ngspice_data_bsim1.cpp
Simulator: add missing ngspice models.
2023-05-26 14:46:51 +02:00
sim_model_ngspice_data_bsim2.cpp
Simulator: add missing ngspice models.
2023-05-26 14:46:51 +02:00
sim_model_ngspice_data_bsim3.cpp
Breakup sim_model_ngspice_data.cpp into multiple files to avoid unreasonable compiler link times
2023-05-20 19:58:46 -04:00
sim_model_ngspice_data_bsim4.cpp
Breakup sim_model_ngspice_data.cpp into multiple files to avoid unreasonable compiler link times
2023-05-20 19:58:46 -04:00
sim_model_ngspice_data_diode.cpp
Breakup sim_model_ngspice_data.cpp into multiple files to avoid unreasonable compiler link times
2023-05-20 19:58:46 -04:00
sim_model_ngspice_data_hfet.cpp
Breakup sim_model_ngspice_data.cpp into multiple files to avoid unreasonable compiler link times
2023-05-20 19:58:46 -04:00
sim_model_ngspice_data_hicum2.cpp
Breakup sim_model_ngspice_data.cpp into multiple files to avoid unreasonable compiler link times
2023-05-20 19:58:46 -04:00
sim_model_ngspice_data_hsim.cpp
Breakup sim_model_ngspice_data.cpp into multiple files to avoid unreasonable compiler link times
2023-05-20 19:58:46 -04:00
sim_model_ngspice_data_jfet.cpp
Breakup sim_model_ngspice_data.cpp into multiple files to avoid unreasonable compiler link times
2023-05-20 19:58:46 -04:00
sim_model_ngspice_data_mes.cpp
Breakup sim_model_ngspice_data.cpp into multiple files to avoid unreasonable compiler link times
2023-05-20 19:58:46 -04:00
sim_model_ngspice_data_mos.cpp
Update VDMOS models to ngspice-41 (and later) defaults.
2024-02-24 20:05:51 +00:00
sim_model_ngspice_data_mos6.cpp
Simulator: add missing ngspice models.
2023-05-26 14:46:51 +02:00
sim_model_ngspice_data_mos9.cpp
Breakup sim_model_ngspice_data.cpp into multiple files to avoid unreasonable compiler link times
2023-05-20 19:58:46 -04:00
sim_model_ngspice_data_vbic.cpp
Breakup sim_model_ngspice_data.cpp into multiple files to avoid unreasonable compiler link times
2023-05-20 19:58:46 -04:00
sim_model_r_pot.cpp
ADDED voltage- & current-controlled voltage & current sources
2023-05-20 21:04:39 +01:00
sim_model_r_pot.h
Remove most of SIM_VALUE in favour of good old wxString.
2023-02-22 10:45:27 +00:00
sim_model_raw_spice.cpp
Performance.
2024-08-30 22:49:29 +01:00
sim_model_raw_spice.h
Raw spice models don't have pin names.
2024-05-10 20:58:13 +01:00
sim_model_serializer.cpp
Strip richio.h from headers that don't need them
2024-10-04 18:06:18 +01:00
sim_model_serializer.h
Fix PEGTL flagParam grammar.
2024-05-17 11:15:44 +01:00
sim_model_source.cpp
Eeschema: enable tunable VDC, IDC sources in sim
2024-10-28 05:57:21 +00:00
sim_model_source.h
Eeschema: enable tunable VDC, IDC sources in sim
2024-10-28 05:57:21 +00:00
sim_model_spice.cpp
Strip richio.h from headers that don't need them
2024-10-04 18:06:18 +01:00
sim_model_spice.h
Clean up (and better comment) referential model handling.
2024-09-02 09:50:31 +01:00
sim_model_spice_fallback.cpp
Strip richio.h from headers that don't need them
2024-10-04 18:06:18 +01:00
sim_model_spice_fallback.h
Turn off LTspiceXVII/lib/cmp hack.
2024-09-01 22:14:15 +01:00
sim_model_subckt.cpp
Strip richio.h from headers that don't need them
2024-10-04 18:06:18 +01:00
sim_model_subckt.h
Revert single parsing because we use different parsers
2024-09-01 10:56:05 +01:00
sim_model_switch.cpp
Performance.
2024-08-30 22:49:29 +01:00
sim_model_switch.h
Raw spice models don't have pin names.
2024-05-10 20:58:13 +01:00
sim_model_tline.cpp
Change all bare isnan calls into std::isnan
2023-07-13 12:55:58 +00:00
sim_model_tline.h
A fall-back model for FOO should supply FOO's pin names.
2023-01-19 12:14:50 +00:00
sim_model_xspice.cpp
Sim: Spice netlist exporter rewrite
2022-07-30 02:25:34 +00:00
sim_model_xspice.h
Sim: Spice netlist exporter rewrite
2022-07-30 02:25:34 +00:00
sim_plot_colors.cpp
Save trace colors during session.
2023-10-04 17:13:08 +01:00
sim_plot_colors.h
Save trace colors during session.
2023-10-04 17:13:08 +01:00
sim_plot_tab.cpp
Fix missing current scale in AC simulation
2024-10-18 19:41:50 +00:00
sim_plot_tab.h
Push multi-sweep traces down into MathPlot.
2024-05-23 12:24:56 +01:00
sim_preferences.h
Horizontal/vertical zoom for Simulator plots
2024-03-10 12:43:18 +00:00
sim_property.cpp
Slight reduction in asserts.
2024-07-18 18:01:05 +01:00
sim_property.h
wxWidgets 3.3 compatibility: properties API
2024-03-20 22:02:40 -04:00
sim_tab.cpp
Horizontal/vertical zoom for Simulator plots
2024-03-10 12:43:18 +00:00
sim_tab.h
Horizontal/vertical zoom for Simulator plots
2024-03-10 12:43:18 +00:00
sim_types.h
ADDED FFT analyses.
2023-07-07 12:33:50 +01:00
sim_value.cpp
Fix a compil warning (shadowed var)
2024-09-09 16:59:38 +02:00
sim_value.h
Fix slightly over-zealous optimisation.
2024-09-05 10:42:56 +01:00
sim_xspice_parser.h
Fix include paths and merge conflicts.
2024-03-11 12:11:00 +00:00
simulator.h
Send project path to ngspice for code model input files.
2024-05-08 23:41:05 +03:00
simulator_frame.cpp
Make simulation reporter warnings non-fatal.
2024-09-05 05:59:35 +03:00
simulator_frame.h
Make simulation reporter warnings non-fatal.
2024-09-05 05:59:35 +03:00
simulator_frame_ui.cpp
Make simulation reporter warnings non-fatal.
2024-09-05 05:59:35 +03:00
simulator_frame_ui.h
Horizontal/vertical zoom for Simulator plots
2024-03-10 12:43:18 +00:00
simulator_frame_ui_base.cpp
Vertically center wxGrid cells by default.
2023-09-18 17:15:34 +03:00
simulator_frame_ui_base.fbp
Vertically center wxGrid cells by default.
2023-09-18 17:15:34 +03:00
simulator_frame_ui_base.h
Don't set modified when loading workbook.
2023-08-09 12:09:29 +01:00
simulator_reporter.h
Mostly a terminology update...
2023-07-14 17:46:06 +01:00
spice_circuit_model.cpp
Strip richio.h from headers that don't need them
2024-10-04 18:06:18 +01:00
spice_circuit_model.h
Cleanup.
2024-06-10 20:23:36 +01:00
spice_generator.cpp
Performance.
2024-08-30 22:49:29 +01:00
spice_generator.h
Performance.
2024-08-30 22:49:29 +01:00
spice_grammar.h
More PEGTL tomfoolery.
2024-05-13 21:41:58 +01:00
spice_library_parser.cpp
Strip richio.h from headers that don't need them
2024-10-04 18:06:18 +01:00
spice_library_parser.h
Clean up (and better comment) referential model handling.
2024-09-02 09:50:31 +01:00
spice_model_parser.cpp
Strip richio.h from headers that don't need them
2024-10-04 18:06:18 +01:00
spice_model_parser.h
Clean up (and better comment) referential model handling.
2024-09-02 09:50:31 +01:00
spice_settings.cpp
Mostly a terminology update...
2023-07-14 17:46:06 +01:00
spice_settings.h
Formatting.
2023-08-26 22:43:00 +01:00
spice_simulator.cpp
ADDED FFT analyses.
2023-07-07 12:33:50 +01:00
spice_simulator.h
Mostly a terminology update...
2023-07-14 17:46:06 +01:00
spice_value.cpp
Standardise clamp function
2024-10-09 21:27:58 -06:00
spice_value.h
Better processing of single-empty-row rule for measurements grid.
2023-02-22 10:45:27 +00:00
toolbars_simulator_frame.cpp
Simulation: add export current plot to clipboard and current schematic
2024-03-19 17:05:55 +01:00
user_defined_signals_help.md
Syntax help for SPICE functions.
2023-07-07 12:33:49 +01:00
user_defined_signals_help_md.h
ADDED FFT analyses.
2023-07-07 12:33:50 +01:00