Xyce
6.1
|
#include <N_DEV_MOSFET1.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 | 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 | setParam (const std::string ¶mName, double val, bool overrideOriginal=false) |
bool | getParam (const std::string ¶mName, double &result) const |
bool | getParamBreakpoints (std::vector< Util::BreakPoint > &) |
bool | updateDependentParameters (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 |
int | dtype |
double | model_l |
double | model_w |
double | tnom |
double | latDiff |
double | jctSatCurDensity |
double | jctSatCur |
double | drainResistance |
double | sourceResistance |
double | sheetResistance |
double | transconductance |
double | gateSourceOverlapCapFactor |
double | gateDrainOverlapCapFactor |
double | gateBulkOverlapCapFactor |
double | oxideCapFactor |
double | vt0 |
double | capBD |
double | capBS |
double | bulkCapFactor |
double | sideWallCapFactor |
double | bulkJctPotential |
double | bulkJctBotGradingCoeff |
double | bulkJctSideGradingCoeff |
double | fwdCapDepCoeff |
double | phi |
double | gamma |
double | lambda |
double | substrateDoping |
int | gateType |
double | surfaceStateDensity |
double | oxideThickness |
double | surfaceMobility |
double | surfaceMobility0 |
double | fNcoef |
double | fNexp |
bool | capBDGiven |
bool | capBSGiven |
bool | bulkCapFactorGiven |
bool | sideWallCapFactorGiven |
double | fact1 |
double | vtnom |
double | egfet1 |
double | pbfact1 |
Friends | |
class | ParametricData< Model > |
class | Instance |
class | Traits |
class | Master |
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 658 of file N_DEV_MOSFET1.h.
|
private |
Definition at line 660 of file N_DEV_MOSFET1.h.
Xyce::Device::MOSFET1::Model::Model | ( | const Configuration & | configuration, |
const ModelBlock & | MB, | ||
const FactoryBlock & | factory_block | ||
) |
Definition at line 3971 of file N_DEV_MOSFET1.C.
Xyce::Device::MOSFET1::Model::~Model | ( | ) |
Definition at line 4071 of file N_DEV_MOSFET1.C.
|
private |
|
private |
|
inline |
Definition at line 688 of file N_DEV_MOSFET1.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 4126 of file N_DEV_MOSFET1.C.
|
virtual |
Implements Xyce::Device::DeviceModel.
Definition at line 4092 of file N_DEV_MOSFET1.C.
|
virtual |
processInstanceParams
Implements Xyce::Device::DeviceModel.
Definition at line 3949 of file N_DEV_MOSFET1.C.
|
virtual |
processParams
Implements Xyce::Device::DeviceModel.
Definition at line 3867 of file N_DEV_MOSFET1.C.
|
friend |
Definition at line 663 of file N_DEV_MOSFET1.h.
|
friend |
Definition at line 664 of file N_DEV_MOSFET1.h.
|
friend |
Definition at line 662 of file N_DEV_MOSFET1.h.
|
friend |
Definition at line 664 of file N_DEV_MOSFET1.h.
|
private |
Definition at line 716 of file N_DEV_MOSFET1.h.
|
private |
Definition at line 736 of file N_DEV_MOSFET1.h.
|
private |
Definition at line 719 of file N_DEV_MOSFET1.h.
|
private |
Definition at line 718 of file N_DEV_MOSFET1.h.
|
private |
Definition at line 720 of file N_DEV_MOSFET1.h.
|
private |
Definition at line 714 of file N_DEV_MOSFET1.h.
|
private |
Definition at line 734 of file N_DEV_MOSFET1.h.
|
private |
Definition at line 715 of file N_DEV_MOSFET1.h.
|
private |
Definition at line 735 of file N_DEV_MOSFET1.h.
|
private |
Definition at line 705 of file N_DEV_MOSFET1.h.
|
private |
Definition at line 698 of file N_DEV_MOSFET1.h.
|
private |
Definition at line 746 of file N_DEV_MOSFET1.h.
|
private |
Definition at line 744 of file N_DEV_MOSFET1.h.
|
private |
Definition at line 731 of file N_DEV_MOSFET1.h.
|
private |
Definition at line 732 of file N_DEV_MOSFET1.h.
|
private |
Definition at line 721 of file N_DEV_MOSFET1.h.
|
private |
Definition at line 723 of file N_DEV_MOSFET1.h.
|
private |
Definition at line 711 of file N_DEV_MOSFET1.h.
|
private |
Definition at line 710 of file N_DEV_MOSFET1.h.
|
private |
Definition at line 709 of file N_DEV_MOSFET1.h.
|
private |
Definition at line 726 of file N_DEV_MOSFET1.h.
|
private |
Definition at line 694 of file N_DEV_MOSFET1.h.
|
private |
Definition at line 704 of file N_DEV_MOSFET1.h.
|
private |
Definition at line 703 of file N_DEV_MOSFET1.h.
|
private |
Definition at line 724 of file N_DEV_MOSFET1.h.
|
private |
Definition at line 702 of file N_DEV_MOSFET1.h.
|
private |
Definition at line 699 of file N_DEV_MOSFET1.h.
|
private |
Definition at line 700 of file N_DEV_MOSFET1.h.
|
private |
Definition at line 712 of file N_DEV_MOSFET1.h.
|
private |
Definition at line 728 of file N_DEV_MOSFET1.h.
|
private |
Definition at line 747 of file N_DEV_MOSFET1.h.
|
private |
Definition at line 722 of file N_DEV_MOSFET1.h.
|
private |
Definition at line 707 of file N_DEV_MOSFET1.h.
|
private |
Definition at line 717 of file N_DEV_MOSFET1.h.
|
private |
Definition at line 737 of file N_DEV_MOSFET1.h.
|
private |
Definition at line 706 of file N_DEV_MOSFET1.h.
|
private |
Definition at line 725 of file N_DEV_MOSFET1.h.
|
private |
Definition at line 729 of file N_DEV_MOSFET1.h.
|
private |
Definition at line 730 of file N_DEV_MOSFET1.h.
|
private |
Definition at line 727 of file N_DEV_MOSFET1.h.
|
private |
Definition at line 701 of file N_DEV_MOSFET1.h.
|
private |
Definition at line 708 of file N_DEV_MOSFET1.h.
|
private |
Definition at line 713 of file N_DEV_MOSFET1.h.
|
private |
Definition at line 745 of file N_DEV_MOSFET1.h.