Xyce
6.1
|
#include <N_DEV_Diode.h>
Public Member Functions | |
Model (const Configuration &configuration, const ModelBlock &MB, const FactoryBlock &factory_block) | |
~Model () | |
virtual void | forEachInstance (DeviceInstanceOp &op) const |
Apply a device instance "op" to all instances associated with this model. More... | |
virtual std::ostream & | printOutInstances (std::ostream &os) const |
bool | processParams () |
processParams More... | |
bool | processInstanceParams () |
processInstanceParams More... | |
void | addInstance (Instance *instance) |
![]() | |
DeviceModel (const ModelBlock &model_block, ParametricData< void > ¶metric_data, const FactoryBlock &factory_block) | |
virtual | ~DeviceModel () |
const std::string & | getName () const |
void | setModParams (const std::vector< Param > ¶ms) |
virtual std::ostream & | printName (std::ostream &os) const |
virtual bool | clearTemperatureData () |
void | saveParams () |
bool | interpolateTNOM (double) |
bool | interpolateDOSE (double) |
void | restoreParams () |
virtual bool | getBinPrefixFlag () |
int | getLevel () const |
void | setLevel (int level) |
const std::string & | getType () const |
![]() | |
DeviceEntity (ParametricData< void > ¶metric_data, const SolverState &solver_state, const DeviceOptions &device_options, const std::string &netlist_filename, int netlist_line) | |
virtual | ~DeviceEntity () |
virtual CompositeParam * | constructComposite (const std::string &composite_name, const std::string ¶m_name) |
bool | setDefaultParam (double val, bool overrideOriginal=false) |
double | getDefaultParam () const |
bool | scaleParam (const std::string ¶mName, double val, double val0) |
bool | scaleParam (const std::string ¶mName, double val) |
bool | scaleDefaultParam (double val) |
bool | analyticSensitivityAvailable (const std::string ¶mName) |
bool | analyticSensitivityAvailableDefaultParam () |
bool | getAnalyticSensitivity (const std::string ¶mName, std::vector< double > &dfdpVec, std::vector< double > &dqdpVec, std::vector< double > &dbdpVec, std::vector< int > &FindicesVec, std::vector< int > &QindicesVec, std::vector< int > &BindicesVec) |
bool | getAnalyticSensitivityDefaultParam (std::vector< double > &dfdpVec, std::vector< double > &dqdpVec, std::vector< double > &dbdpVec, std::vector< int > &FindicesVec, std::vector< int > &QindicesVec, std::vector< int > &BindicesVec) |
bool | setParam (const std::string ¶mName, double val, bool overrideOriginal=false) |
bool | getParam (const std::string ¶mName, double &result) const |
bool | findParam (const std::string ¶m_name) const |
bool | getParamBreakpoints (std::vector< Util::BreakPoint > &) |
bool | updateDependentParameters (const Linear::Vector &vars) |
bool | updateDependentParameters (double temp_tmp) |
bool | updateGlobalParameters (GlobalParameterMap &) |
bool | updateDependentParameters () |
double | setDependentParameter (Util::Param &, double *, ParameterType::ExprAccess) |
double | setDependentParameter (Util::Param &, std::vector< double > *, int, ParameterType::ExprAccess) |
void | setDependentParameter (Util::Param &par, Depend &dependentParam, ParameterType::ExprAccess depend) |
void | setDefaultParams () |
void | setParams (const std::vector< Param > ¶ms) |
bool | given (const std::string ¶meter_name) const |
void | setDefaultParamName (const std::string &default_param_name) |
const std::vector< Depend > & | getDependentParams () |
void | addDependentParameter (const Depend ¶m) |
const DeviceOptions & | getDeviceOptions () const |
const SolverState & | getSolverState () const |
const NetlistLocation & | netlistLocation () const |
const ParameterMap & | getParameterMap () const |
![]() | |
ParameterBase () | |
virtual | ~ParameterBase () |
double | getOriginalValue (int serial_number) |
void | setOriginalValue (int serial_number, double value) |
bool | wasValueGiven (int serial_number) const |
void | setValueGiven (int serial_number, bool value) |
Private Types | |
typedef std::vector< Instance * > | InstanceVector |
Private Member Functions | |
Model () | |
Model (const Model &) | |
Model & | operator= (const Model &) |
Private Attributes | |
std::vector< Instance * > | instanceContainer |
double | IS |
double | RS |
double | COND |
double | N |
double | ISR |
double | NR |
double | IKF |
double | TT |
double | CJO |
double | VJ |
double | M |
double | EG |
double | XTI |
double | TIKF |
double | TBV1 |
double | TBV2 |
double | TRS1 |
double | TRS2 |
double | FC |
double | BV |
double | IBV |
double | IRF |
double | NBV |
double | IBVL |
double | NBVL |
double | F2 |
double | F3 |
double | TNOM |
double | KF |
double | AF |
bool | BVGiven |
Friends | |
class | ParametricData< Model > |
class | Instance |
class | Traits |
class | Master |
class | diodeSensitivity |
Additional Inherited Members | |
![]() | |
template<class T > | |
static void | initThermalModel (ParametricData< T > ¶metric_data) |
Add the parameter "TEMPMODEL" to the parametric_data. More... | |
template<class T > | |
static void | initDoseModel (ParametricData< T > ¶metric_data) |
Add the parameter "DOSEMODEL" to the parametric_data. More... | |
![]() | |
std::vector< int > | expVarGIDs |
std::vector< int > | expVarLIDs |
std::vector< std::string > | expVarNames |
std::vector< double > | expVarVals |
std::vector< double > | eVarVals |
Definition at line 453 of file N_DEV_Diode.h.
|
private |
Definition at line 455 of file N_DEV_Diode.h.
Xyce::Device::Diode::Model::Model | ( | const Configuration & | configuration, |
const ModelBlock & | MB, | ||
const FactoryBlock & | factory_block | ||
) |
Definition at line 1901 of file N_DEV_Diode.C.
Xyce::Device::Diode::Model::~Model | ( | ) |
Definition at line 1999 of file N_DEV_Diode.C.
|
private |
|
private |
|
inline |
Definition at line 483 of file N_DEV_Diode.h.
|
virtual |
Apply a device instance "op" to all instances associated with this model.
[in] | op | Operator to apply to all instances. |
Implements Xyce::Device::DeviceModel.
Definition at line 2063 of file N_DEV_Diode.C.
|
virtual |
Implements Xyce::Device::DeviceModel.
Definition at line 2021 of file N_DEV_Diode.C.
|
virtual |
processInstanceParams
Implements Xyce::Device::DeviceModel.
Definition at line 1878 of file N_DEV_Diode.C.
|
virtual |
processParams
Implements Xyce::Device::DeviceModel.
Definition at line 1847 of file N_DEV_Diode.C.
|
friend |
Definition at line 460 of file N_DEV_Diode.h.
|
friend |
Definition at line 458 of file N_DEV_Diode.h.
|
friend |
Definition at line 459 of file N_DEV_Diode.h.
|
friend |
Definition at line 457 of file N_DEV_Diode.h.
|
friend |
Definition at line 459 of file N_DEV_Diode.h.
|
private |
Definition at line 526 of file N_DEV_Diode.h.
|
private |
Definition at line 516 of file N_DEV_Diode.h.
|
private |
Definition at line 528 of file N_DEV_Diode.h.
|
private |
Definition at line 501 of file N_DEV_Diode.h.
|
private |
Definition at line 495 of file N_DEV_Diode.h.
|
private |
Definition at line 504 of file N_DEV_Diode.h.
|
private |
Definition at line 522 of file N_DEV_Diode.h.
|
private |
Definition at line 523 of file N_DEV_Diode.h.
|
private |
Definition at line 514 of file N_DEV_Diode.h.
|
private |
Definition at line 517 of file N_DEV_Diode.h.
|
private |
Definition at line 520 of file N_DEV_Diode.h.
|
private |
Definition at line 499 of file N_DEV_Diode.h.
|
private |
Definition at line 489 of file N_DEV_Diode.h.
|
private |
Definition at line 518 of file N_DEV_Diode.h.
|
private |
Definition at line 493 of file N_DEV_Diode.h.
|
private |
Definition at line 497 of file N_DEV_Diode.h.
|
private |
Definition at line 525 of file N_DEV_Diode.h.
|
private |
Definition at line 503 of file N_DEV_Diode.h.
|
private |
Definition at line 496 of file N_DEV_Diode.h.
|
private |
Definition at line 519 of file N_DEV_Diode.h.
|
private |
Definition at line 521 of file N_DEV_Diode.h.
|
private |
Definition at line 498 of file N_DEV_Diode.h.
|
private |
Definition at line 494 of file N_DEV_Diode.h.
|
private |
Definition at line 510 of file N_DEV_Diode.h.
|
private |
Definition at line 511 of file N_DEV_Diode.h.
|
private |
Definition at line 509 of file N_DEV_Diode.h.
|
private |
Definition at line 524 of file N_DEV_Diode.h.
|
private |
Definition at line 512 of file N_DEV_Diode.h.
|
private |
Definition at line 513 of file N_DEV_Diode.h.
|
private |
Definition at line 500 of file N_DEV_Diode.h.
|
private |
Definition at line 502 of file N_DEV_Diode.h.
|
private |
Definition at line 508 of file N_DEV_Diode.h.