-Replaced qucs_s manual commandline parsing with QCommandLineParser
-Introduced new cli-parameter for netlisting to console
Signed-off-by: ThomasZecha <zecha@ihp-microelectronics.com>
Qt6 QTranslator::load() uses [[nodiscard]] which currently leads to
compiler warnings. This is fixed using static_cast<void>.
Signed-off-by: ThomasZecha <zecha@ihp-microelectronics.com>
-introduced new type spicecompat::SpiceDialect to distinguish SPICE,
Xyce and CDL
-adapt dependent components accordingly
Signed-off-by: ThomasZecha <zecha@ihp-microelectronics.com>
-Changed Schematic::giveNodeNames() to public to be usable from new
class CdlNetlistWriter
-Changed AbstractSpiceKernel::collectSpiceLibs() to public static since it
don't use any instance member and to be usable from new class CdlNetlistWriter
-Added new class CdlNetlistWriter implementing CDL netlist export
Signed-off-by: ThomasZecha <zecha@ihp-microelectronics.com>
-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>
-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>
-introduced new parameter for cdl-type netlist export to Component::spice_netlist
derivatives under spicecomponents/
Signed-off-by: ThomasZecha <zecha@ihp-microelectronics.com>
-introduced new parameter for cdl-type netlist export to Component::spice_netlist
and all derivatives under components/
Signed-off-by: ThomasZecha <zecha@ihp-microelectronics.com>