181 Commits

Author SHA1 Message Date
Vadim Kuznetsov
b058169b94 Fix Xyce IC for Tline 2025-03-21 16:16:03 +03:00
Vadim Kuznetsov
f945d54f80 Add InitialDC option for FFT 2025-02-27 15:14:41 +03:00
ThomasZecha
63d6d07000 Introduce optional netlisting to console
-Replaced Component::getExpression(bool isXyce, bool isCdl) with
 Component::getExpression(spicecompat::SpiceDialect dialect)

Signed-off-by: ThomasZecha <zecha@ihp-microelectronics.com>
2025-01-19 15:18:42 +01:00
Vadim Kuznetsov
6adc782cff Implement attaching of SPICE libraries to Qucs XML libraries
SPICE libraries referenced by SpiceLibComp are copied to the the
subdirectory when creating a library from project.
2025-01-19 14:31:32 +03:00
Vadim Kuznetsov
ac24a25bfb
Merge pull request #1165 from ThomasZecha/dev/tze/featureExportCdlNetlist
New feature CDL netlist export
2025-01-07 10:45:50 +01:00
Vadim Kuznetsov
6b39fda03c Remove WITH_QT6; switch to Qt6 by default 2025-01-03 22:06:56 +03:00
Thomas Zecha
187f2a71b8
Merge branch 'current' into dev/tze/featureExportCdlNetlist 2024-12-30 17:30:24 +01:00
ThomasZecha
909f02340d New feature CDL netlist export
-introduced new type spicecompat::SpiceDialect to distinguish SPICE,
 Xyce and CDL
-adapt dependent components accordingly

Signed-off-by: ThomasZecha <zecha@ihp-microelectronics.com>
2024-12-30 16:52:35 +01:00
Vadim Kuznetsov
930c532427 Fix GNL direction 2024-12-29 09:55:59 +03:00
ThomasZecha
718d9c37ca New feature CDL netlist export
-Introduced new parameter for cdl-type netlist export to Component::getExpression() and
 derivatives. It is used for CDL type specific netlist parameter export.

Signed-off-by: ThomasZecha <zecha@ihp-microelectronics.com>
2024-12-23 11:12:21 +01:00
ThomasZecha
62fe9727a6 New feature CDL netlist export
-Added cdl_netlist() as default to class Component and as implementation
 to CDL supporting derived components. Besides some port-number checking
 this implementation is a wrapper for spice_netlist.
-Implemented necessary spice_netlist() adjustments to meet CDL requirements.
-Improved spice_netlist() derived default parameter 'isXyce' to be
 explicitly set.
-Fixed using of tabs/trailing spaces.

Signed-off-by: ThomasZecha <zecha@ihp-microelectronics.com>
2024-12-23 11:12:21 +01:00
ThomasZecha
47af743871 New feature CDL netlist export
-introduced new parameter for cdl-type netlist export to Component::spice_netlist
 derivatives under spicecomponents/

Signed-off-by: ThomasZecha <zecha@ihp-microelectronics.com>
2024-12-23 11:12:21 +01:00
Radvall
86073b5be1 add csparam component 2024-12-14 13:26:36 +03:00
Vadim Kuznetsov
ebb035c45c Fix sources direction 2024-11-12 20:35:12 +03:00
Integral
30f8ddd583
refactor: replace non-empty QString constructors with QStringLiteral() 2024-11-04 15:53:11 +08:00
Integral
3445ad89ef
refactor: use QString() as empty QString constructor 2024-10-19 15:13:10 +08:00
ThomasZecha
ca16d22c07 Fix build issues
-fixed signed compare/expression warning: component.cpp, diode.cpp, equation.cpp,
 source_ac.cpp, vacomponent.cpp, volt_ac.cpp, vrect.cpp, sp_options.cpp
-fixed unused parameter/variable warning: schematic_file.cpp

Signed-off-by: ThomasZecha <zecha@ihp-microelectronics.com>
2024-09-24 18:04:17 +02:00
dsm
abc39feca8 Properties migrated to QList 2024-07-31 12:02:40 +03:00
Muhammet Şükrü Demir
b7a0e1be81 rename getFirst and getLast to front,back.
QList, std::vector etc. has front and back so this changes will reduce refactoring effort.
2024-07-31 12:02:39 +03:00
Vadim Kuznetsov
7d10c7982d Fix symbol load from projects 2024-07-04 15:56:14 +03:00
Andrey Kalmykov
267fa51fd4 Make transient sensitivity analysis inherit from SimulationComponent 2024-06-24 09:44:28 +02:00
Andrey Kalmykov
2fba0f4968 Make DC sensitivity with XYCE inherit from SimulationComponent 2024-06-24 09:44:28 +02:00
Andrey Kalmykov
1e7d905e9f Make XYCE script inherit from SimulationComponent 2024-06-24 09:44:28 +02:00
Andrey Kalmykov
66ba88147c Make AC sensitivity simulation inherit from SimulationComponent 2024-06-24 09:44:28 +02:00
Andrey Kalmykov
9433966fee Make DC sensitivity simulation inherit from SimulationComponent 2024-06-24 09:44:28 +02:00
Andrey Kalmykov
f97516cc11 Make Pole-Zero simulation inherit from SimulationComponent 2024-06-24 09:44:28 +02:00
Andrey Kalmykov
0268b74862 Make Nutmeg script inherit from SimulationComponent 2024-06-24 09:44:28 +02:00
Andrey Kalmykov
b22c49b134 Make distortion simulation inherit from SimulationComponent 2024-06-24 09:44:28 +02:00
Andrey Kalmykov
33f8ad2525 Make spectrum analysis inherit from SimulationComponent 2024-06-24 09:44:28 +02:00
Andrey Kalmykov
1acfa36bf5 Make noise simulation inherit from SimulationComponent 2024-06-24 09:44:28 +02:00
Andrey Kalmykov
970c5ab698 Make Fourier simulation inherit from SimulationComponent 2024-06-24 09:44:28 +02:00
Vadim Kuznetsov
2d3262c10f Rename SpiceLibComp 2024-06-23 09:46:04 +03:00
Vadim Kuznetsov
358ce35d88 Collect libs from .INCLUDE and .LIB devices 2024-06-19 19:31:09 +03:00
Vadim Kuznetsov
6ac212a1be Recursively collect SPICE libraries on top of the netlist 2024-06-19 19:15:22 +03:00
Vadim Kuznetsov
43c45477cb Move symbols to library/symbols; convert symbols to new format 2024-06-17 19:15:13 +03:00
Vadim Kuznetsov
0a63baf0c8
Merge pull request #755 from ra3xdh/679_new_spicelibcomp
SpiceLibComp redesign
2024-06-15 15:31:12 +02:00
Andrey Kalmykov
01738ccb84 Fix labels of SPICE netlist sections being rendered too small
On some devices the labels like .PARAM, .Nutmeg, etc. were rendered
too small comparing to other parts of a component. With this commit
they are rendered the same way on all devices.
2024-06-15 11:01:22 +02:00
Vadim Kuznetsov
9c3e3cd772 Rearrange controls; set symbol from file 2024-06-14 09:05:59 +03:00
Vadim Kuznetsov
8440fb4299 Pin assignment works 2024-06-13 18:50:25 +03:00
Vadim Kuznetsov
0c85634d98 Move getSymbolPatternsList to misc 2024-06-13 18:50:25 +03:00
Vadim Kuznetsov
c3780b9337 Block text editing for Nutmeg script 2024-06-11 09:44:43 +03:00
Andrey Kalmykov
b73fe19ad8 fixup! Fix rendering quirks of components of source type 2024-06-04 23:11:54 +03:00
Andrey Kalmykov
0b0d5ab6da Fix rendering quirks of components of source type 2024-06-04 22:36:57 +03:00
Vadim Kuznetsov
a2e9b89e18
Merge pull request #729 from wawuwo/rearrange-includes
Rearrange includes
2024-06-01 11:50:09 +02:00
Andrey Kalmykov
f17b81d614 Various include header cleanups 2024-05-31 20:05:46 +03:00
Andrey Kalmykov
dcf3c7c7b8 Fix rendering quirks of some lumped components 2024-05-31 19:17:52 +03:00
Andrey Kalmykov
f3cfb599a0 Clean up main.h inclusion list 2024-05-26 21:08:19 +03:00
Andrey Kalmykov
ab768423b8 Remove unused limits.h inclusions from components 2024-05-26 21:08:19 +03:00
Andrey Kalmykov
1b3572f0aa Remove unused qucs.h inclusions from components and spicecomponents 2024-05-26 21:08:19 +03:00
Andrey Kalmykov
5cf9e65ef8 Remove unused node.h inclusions from components and spicecomponents 2024-05-26 21:08:19 +03:00