Xyce
6.1
|
#include <N_DEV_MemristorTEAM.h>
Public Types | |
typedef std::vector< Instance * > | InstanceVector |
Public Member Functions | |
Model (const Configuration &configuration, const ModelBlock &model_block, const FactoryBlock &factory_block) | |
~Model () | |
void | addInstance (Instance *instance) |
virtual void | forEachInstance (DeviceInstanceOp &op) const |
virtual std::ostream & | printOutInstances (std::ostream &os) const |
virtual bool | processParams () |
processParams More... | |
virtual bool | processInstanceParams () |
processInstanceParams More... | |
![]() | |
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 Member Functions | |
Model () | |
Model (const Model &) | |
Model & | operator= (const Model &) |
Private Attributes | |
InstanceVector | instanceContainer |
double | kOn_ |
double | kOff_ |
double | alphaOn_ |
double | alphaOff_ |
double | xOn_ |
double | xOff_ |
double | ROn_ |
double | ROff_ |
double | iOn_ |
double | iOff_ |
double | D_ |
double | p_ |
double | j_ |
double | aOn_ |
double | aOff_ |
double | wc_ |
double | xScaling_ |
int | windowType_ |
bool | randomResNoiseOn_ |
int | randomResNoiseSeed_ |
double | randomResNoiseLambda_ |
double | randomResNoiseMean_ |
double | randomResNoiseSD_ |
double | randomResUpdateTime_ |
double | randomResEpsilonUpdateTime_ |
double | randomResDelta_ |
double | randomResDeltaGrad_ |
Xyce::Util::RandomNumbers * | randomNumberGen_ |
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 303 of file N_DEV_MemristorTEAM.h.
typedef std::vector<Instance *> Xyce::Device::MemristorTEAM::Model::InstanceVector |
Definition at line 311 of file N_DEV_MemristorTEAM.h.
Xyce::Device::MemristorTEAM::Model::Model | ( | const Configuration & | configuration, |
const ModelBlock & | model_block, | ||
const FactoryBlock & | factory_block | ||
) |
Definition at line 1220 of file N_DEV_MemristorTEAM.C.
Xyce::Device::MemristorTEAM::Model::~Model | ( | ) |
Definition at line 1282 of file N_DEV_MemristorTEAM.C.
|
private |
|
private |
|
inline |
Definition at line 339 of file N_DEV_MemristorTEAM.h.
|
virtual |
Implements Xyce::Device::DeviceModel.
Definition at line 1353 of file N_DEV_MemristorTEAM.C.
|
virtual |
Implements Xyce::Device::DeviceModel.
Definition at line 1317 of file N_DEV_MemristorTEAM.C.
|
virtual |
processInstanceParams
Implements Xyce::Device::DeviceModel.
Definition at line 1193 of file N_DEV_MemristorTEAM.C.
|
virtual |
processParams
Implements Xyce::Device::DeviceModel.
Definition at line 1169 of file N_DEV_MemristorTEAM.C.
|
friend |
Definition at line 306 of file N_DEV_MemristorTEAM.h.
|
friend |
Definition at line 308 of file N_DEV_MemristorTEAM.h.
|
friend |
Definition at line 305 of file N_DEV_MemristorTEAM.h.
|
friend |
Definition at line 307 of file N_DEV_MemristorTEAM.h.
|
private |
Definition at line 357 of file N_DEV_MemristorTEAM.h.
|
private |
Definition at line 356 of file N_DEV_MemristorTEAM.h.
|
private |
Definition at line 368 of file N_DEV_MemristorTEAM.h.
|
private |
Definition at line 367 of file N_DEV_MemristorTEAM.h.
|
private |
Definition at line 364 of file N_DEV_MemristorTEAM.h.
|
private |
Definition at line 352 of file N_DEV_MemristorTEAM.h.
|
private |
Definition at line 363 of file N_DEV_MemristorTEAM.h.
|
private |
Definition at line 362 of file N_DEV_MemristorTEAM.h.
|
private |
Definition at line 366 of file N_DEV_MemristorTEAM.h.
|
private |
Definition at line 355 of file N_DEV_MemristorTEAM.h.
|
private |
Definition at line 354 of file N_DEV_MemristorTEAM.h.
|
private |
Definition at line 365 of file N_DEV_MemristorTEAM.h.
|
private |
Definition at line 381 of file N_DEV_MemristorTEAM.h.
|
private |
Definition at line 379 of file N_DEV_MemristorTEAM.h.
|
private |
Definition at line 380 of file N_DEV_MemristorTEAM.h.
|
private |
Definition at line 378 of file N_DEV_MemristorTEAM.h.
|
private |
Definition at line 374 of file N_DEV_MemristorTEAM.h.
|
private |
Definition at line 375 of file N_DEV_MemristorTEAM.h.
|
private |
Definition at line 372 of file N_DEV_MemristorTEAM.h.
|
private |
Definition at line 376 of file N_DEV_MemristorTEAM.h.
|
private |
Definition at line 373 of file N_DEV_MemristorTEAM.h.
|
private |
Definition at line 377 of file N_DEV_MemristorTEAM.h.
|
private |
Definition at line 361 of file N_DEV_MemristorTEAM.h.
|
private |
Definition at line 360 of file N_DEV_MemristorTEAM.h.
|
private |
Definition at line 369 of file N_DEV_MemristorTEAM.h.
|
private |
Definition at line 371 of file N_DEV_MemristorTEAM.h.
|
private |
Definition at line 359 of file N_DEV_MemristorTEAM.h.
|
private |
Definition at line 358 of file N_DEV_MemristorTEAM.h.
|
private |
Definition at line 370 of file N_DEV_MemristorTEAM.h.