Xyce
6.1
|
#include <N_DEV_VDMOS.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 &) |
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 687 of file N_DEV_VDMOS.h.
|
private |
Definition at line 689 of file N_DEV_VDMOS.h.
Xyce::Device::VDMOS::Model::Model | ( | const Configuration & | configuration, |
const ModelBlock & | MB, | ||
const FactoryBlock & | factory_block | ||
) |
Definition at line 684 of file N_DEV_VDMOS.C.
Xyce::Device::VDMOS::Model::~Model | ( | ) |
Definition at line 984 of file N_DEV_VDMOS.C.
|
private |
|
private |
|
inline |
Definition at line 716 of file N_DEV_VDMOS.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 1041 of file N_DEV_VDMOS.C.
|
virtual |
Implements Xyce::Device::DeviceModel.
Definition at line 1006 of file N_DEV_VDMOS.C.
|
virtual |
processInstanceParams
Implements Xyce::Device::DeviceModel.
Definition at line 1160 of file N_DEV_VDMOS.C.
|
virtual |
processParams
Implements Xyce::Device::DeviceModel.
Definition at line 1056 of file N_DEV_VDMOS.C.
|
friend |
Definition at line 692 of file N_DEV_VDMOS.h.
|
friend |
Definition at line 693 of file N_DEV_VDMOS.h.
|
friend |
Definition at line 691 of file N_DEV_VDMOS.h.
|
friend |
Definition at line 693 of file N_DEV_VDMOS.h.
|
private |
Definition at line 820 of file N_DEV_VDMOS.h.
|
private |
Definition at line 813 of file N_DEV_VDMOS.h.
|
private |
Definition at line 801 of file N_DEV_VDMOS.h.
|
private |
Definition at line 821 of file N_DEV_VDMOS.h.
|
private |
Definition at line 802 of file N_DEV_VDMOS.h.
|
private |
Definition at line 747 of file N_DEV_VDMOS.h.
|
private |
Definition at line 764 of file N_DEV_VDMOS.h.
|
private |
Definition at line 750 of file N_DEV_VDMOS.h.
|
private |
Definition at line 749 of file N_DEV_VDMOS.h.
|
private |
Definition at line 751 of file N_DEV_VDMOS.h.
|
private |
Definition at line 744 of file N_DEV_VDMOS.h.
|
private |
Definition at line 762 of file N_DEV_VDMOS.h.
|
private |
Definition at line 745 of file N_DEV_VDMOS.h.
|
private |
Definition at line 763 of file N_DEV_VDMOS.h.
|
private |
Definition at line 803 of file N_DEV_VDMOS.h.
|
private |
Definition at line 815 of file N_DEV_VDMOS.h.
|
private |
Definition at line 816 of file N_DEV_VDMOS.h.
|
private |
Definition at line 851 of file N_DEV_VDMOS.h.
|
private |
Definition at line 855 of file N_DEV_VDMOS.h.
|
private |
Definition at line 854 of file N_DEV_VDMOS.h.
|
private |
Definition at line 864 of file N_DEV_VDMOS.h.
|
private |
Definition at line 845 of file N_DEV_VDMOS.h.
|
private |
Definition at line 853 of file N_DEV_VDMOS.h.
|
private |
Definition at line 846 of file N_DEV_VDMOS.h.
|
private |
Definition at line 856 of file N_DEV_VDMOS.h.
|
private |
Definition at line 857 of file N_DEV_VDMOS.h.
|
private |
Definition at line 859 of file N_DEV_VDMOS.h.
|
private |
Definition at line 860 of file N_DEV_VDMOS.h.
|
private |
Definition at line 850 of file N_DEV_VDMOS.h.
|
private |
Definition at line 861 of file N_DEV_VDMOS.h.
|
private |
Definition at line 862 of file N_DEV_VDMOS.h.
|
private |
Definition at line 848 of file N_DEV_VDMOS.h.
|
private |
Definition at line 849 of file N_DEV_VDMOS.h.
|
private |
Definition at line 858 of file N_DEV_VDMOS.h.
|
private |
Definition at line 863 of file N_DEV_VDMOS.h.
|
private |
Definition at line 844 of file N_DEV_VDMOS.h.
|
private |
Definition at line 843 of file N_DEV_VDMOS.h.
|
private |
Definition at line 852 of file N_DEV_VDMOS.h.
|
private |
Definition at line 847 of file N_DEV_VDMOS.h.
|
private |
Definition at line 822 of file N_DEV_VDMOS.h.
|
private |
Definition at line 774 of file N_DEV_VDMOS.h.
|
private |
Definition at line 795 of file N_DEV_VDMOS.h.
|
private |
Definition at line 735 of file N_DEV_VDMOS.h.
|
private |
Definition at line 838 of file N_DEV_VDMOS.h.
|
private |
Definition at line 839 of file N_DEV_VDMOS.h.
|
private |
Definition at line 804 of file N_DEV_VDMOS.h.
|
private |
Definition at line 726 of file N_DEV_VDMOS.h.
|
private |
Definition at line 834 of file N_DEV_VDMOS.h.
|
private |
Definition at line 775 of file N_DEV_VDMOS.h.
|
private |
Definition at line 832 of file N_DEV_VDMOS.h.
|
private |
Definition at line 812 of file N_DEV_VDMOS.h.
|
private |
Definition at line 752 of file N_DEV_VDMOS.h.
|
private |
Definition at line 754 of file N_DEV_VDMOS.h.
|
private |
Definition at line 783 of file N_DEV_VDMOS.h.
|
private |
Definition at line 782 of file N_DEV_VDMOS.h.
|
private |
Definition at line 741 of file N_DEV_VDMOS.h.
|
private |
Definition at line 740 of file N_DEV_VDMOS.h.
|
private |
Definition at line 736 of file N_DEV_VDMOS.h.
|
private |
Definition at line 739 of file N_DEV_VDMOS.h.
|
private |
Definition at line 727 of file N_DEV_VDMOS.h.
|
private |
Definition at line 789 of file N_DEV_VDMOS.h.
|
private |
Definition at line 722 of file N_DEV_VDMOS.h.
|
private |
Definition at line 828 of file N_DEV_VDMOS.h.
|
private |
Definition at line 829 of file N_DEV_VDMOS.h.
|
private |
Definition at line 830 of file N_DEV_VDMOS.h.
|
private |
Definition at line 824 of file N_DEV_VDMOS.h.
|
private |
Definition at line 734 of file N_DEV_VDMOS.h.
|
private |
Definition at line 733 of file N_DEV_VDMOS.h.
|
private |
Definition at line 770 of file N_DEV_VDMOS.h.
|
private |
Definition at line 794 of file N_DEV_VDMOS.h.
|
private |
Definition at line 788 of file N_DEV_VDMOS.h.
|
private |
Definition at line 826 of file N_DEV_VDMOS.h.
|
private |
Definition at line 827 of file N_DEV_VDMOS.h.
|
private |
Definition at line 790 of file N_DEV_VDMOS.h.
|
private |
Definition at line 798 of file N_DEV_VDMOS.h.
|
private |
Definition at line 796 of file N_DEV_VDMOS.h.
|
private |
Definition at line 729 of file N_DEV_VDMOS.h.
|
private |
Definition at line 755 of file N_DEV_VDMOS.h.
|
private |
Definition at line 732 of file N_DEV_VDMOS.h.
|
private |
Definition at line 786 of file N_DEV_VDMOS.h.
|
private |
Definition at line 784 of file N_DEV_VDMOS.h.
|
private |
Definition at line 817 of file N_DEV_VDMOS.h.
|
private |
Definition at line 776 of file N_DEV_VDMOS.h.
|
private |
Definition at line 769 of file N_DEV_VDMOS.h.
|
private |
Definition at line 777 of file N_DEV_VDMOS.h.
|
private |
Definition at line 810 of file N_DEV_VDMOS.h.
|
private |
Definition at line 823 of file N_DEV_VDMOS.h.
|
private |
Definition at line 797 of file N_DEV_VDMOS.h.
|
private |
Definition at line 793 of file N_DEV_VDMOS.h.
|
private |
Definition at line 800 of file N_DEV_VDMOS.h.
|
private |
Definition at line 806 of file N_DEV_VDMOS.h.
|
private |
Definition at line 791 of file N_DEV_VDMOS.h.
|
private |
Definition at line 792 of file N_DEV_VDMOS.h.
|
private |
Definition at line 805 of file N_DEV_VDMOS.h.
|
private |
Definition at line 742 of file N_DEV_VDMOS.h.
|
private |
Definition at line 758 of file N_DEV_VDMOS.h.
|
private |
Definition at line 835 of file N_DEV_VDMOS.h.
|
private |
Definition at line 753 of file N_DEV_VDMOS.h.
|
private |
Definition at line 771 of file N_DEV_VDMOS.h.
|
private |
Definition at line 840 of file N_DEV_VDMOS.h.
|
private |
Definition at line 772 of file N_DEV_VDMOS.h.
|
private |
Definition at line 818 of file N_DEV_VDMOS.h.
|
private |
Definition at line 738 of file N_DEV_VDMOS.h.
|
private |
Definition at line 748 of file N_DEV_VDMOS.h.
|
private |
Definition at line 765 of file N_DEV_VDMOS.h.
|
private |
Definition at line 778 of file N_DEV_VDMOS.h.
|
private |
Definition at line 737 of file N_DEV_VDMOS.h.
|
private |
Definition at line 756 of file N_DEV_VDMOS.h.
|
private |
Definition at line 759 of file N_DEV_VDMOS.h.
|
private |
Definition at line 760 of file N_DEV_VDMOS.h.
|
private |
Definition at line 757 of file N_DEV_VDMOS.h.
|
private |
Definition at line 781 of file N_DEV_VDMOS.h.
|
private |
Definition at line 746 of file N_DEV_VDMOS.h.
|
private |
Definition at line 731 of file N_DEV_VDMOS.h.
|
private |
Definition at line 799 of file N_DEV_VDMOS.h.
|
private |
Definition at line 811 of file N_DEV_VDMOS.h.
|
private |
Definition at line 819 of file N_DEV_VDMOS.h.
|
private |
Definition at line 766 of file N_DEV_VDMOS.h.
|
private |
Definition at line 780 of file N_DEV_VDMOS.h.
|
private |
Definition at line 779 of file N_DEV_VDMOS.h.
|
private |
Definition at line 743 of file N_DEV_VDMOS.h.
|
private |
Definition at line 833 of file N_DEV_VDMOS.h.
|
private |
Definition at line 730 of file N_DEV_VDMOS.h.
|
private |
Definition at line 787 of file N_DEV_VDMOS.h.
|
private |
Definition at line 785 of file N_DEV_VDMOS.h.
|
private |
Definition at line 809 of file N_DEV_VDMOS.h.