KiCad PCB EDA Suite
|
#include <config.h>
#include <common.h>
#include <locale_io.h>
#include <fmt/core.h>
#include <paths.h>
#include <richio.h>
#include "spice_circuit_model.h"
#include "ngspice.h"
#include "simulator_reporter.h"
#include "spice_settings.h"
#include <wx/stdpaths.h>
#include <wx/dir.h>
#include <wx/log.h>
#include <stdexcept>
#include <algorithm>
Go to the source code of this file.
Variables | |
static const wxChar *const | traceNgspice = wxT( "KICAD_NGSPICE" ) |
Flag to enable debug output of Ngspice simulator. | |