Seth Hillbrand
|
10a3d57193
|
Add sim_lib callback to resolve embeded libs
Also teach parser to look for include directives in libraries
We get KiCad variable resolution in include pathnames for free.
Fixes https://gitlab.com/kicad/code/kicad/issues/13083
|
2022-12-14 13:31:41 -08:00 |
Jeff Young
|
f29f0c5c0a
|
Don't push a model that didn't load.
Fixes https://gitlab.com/kicad/code/kicad/issues/12689
|
2022-12-04 21:06:35 +00:00 |
jean-pierre charras
|
8ab8a48657
|
fix order of includes to avoid conflicts with a Windows header.
|
2022-12-03 10:59:46 +01:00 |
Mikolaj Wielgus
|
bbcb0c04fc
|
Sim: Don't crash when parsing unknown model in a Spice file
|
2022-11-27 08:59:54 +01:00 |
Mikolaj Wielgus
|
c3d5b3b3e5
|
Sim: Only store device type in reference, not full model type
Instead of Reference="VSIN1", Value="dc=1 ampl=2 f=3", it's now
Reference="V1", Value="SIN dc=1 ampl=2 f=3".
|
2022-10-15 19:36:26 +02:00 |
Mikolaj Wielgus
|
120b569048
|
Sim: Support ako models
|
2022-10-04 17:48:10 +02:00 |
jean-pierre charras
|
b6663a1c41
|
minor fixes.
|
2022-09-21 15:49:50 +02:00 |
jean-pierre charras
|
78087597cd
|
Avoid including plotters/plotter.h in many files.
It avoid a large rebuild when modifying the plot code.
|
2022-09-21 08:52:34 +02:00 |
Mikolaj Wielgus
|
2bf6791352
|
Sim: Move SIM_LIBRARY_SPICE parsing facilities to a new class
This leaves SIM_LIBRARY_SPICE very small, but it will grow larger later.
|
2022-09-20 08:17:51 +02:00 |