Xyce
6.1
|
#include <N_DEV_Neuron6.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) |
InstanceVector & | getInstanceVector () |
const InstanceVector & | getInstanceVector () const |
![]() | |
DeviceModel (const ModelBlock &model_block, ParametricData< void > ¶metric_data, const FactoryBlock &factory_block) | |
virtual | ~DeviceModel () |
void | setModParams (const std::vector< Param > ¶ms) |
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 (const char *const entity_type, const std::string &device_name, ParametricData< void > ¶metric_data, const SolverState &solver_state, const DeviceOptions &device_options, const std::string &netlist_path, int netlist_line) | |
virtual | ~DeviceEntity () |
virtual CompositeParam * | constructComposite (const std::string &composite_name, const std::string ¶m_name) |
bool | setDefaultParam (double val) |
double | getDefaultParam () |
bool | scaleParam (const std::string ¶mName, double val, double val0) |
bool | scaleParam (const std::string ¶mName, double val) |
bool | scaleDefaultParam (double val) |
bool | setParam (const std::string ¶mName, double val) |
bool | getParam (const std::string ¶mName, double &result) |
bool | getParamBreakpoints (std::vector< Util::BreakPoint > &) |
bool | updateDependentParameters (N_LAS_Vector &vars) |
bool | updateDependentParameters (double temp_tmp) |
bool | updateGlobalParameters (std::map< std::string, double > &) |
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 |
const char * | getEntityType () const |
const std::string & | getName () const |
void | setDefaultParamName (const std::string &default_param_name) |
const std::vector< Depend > & | getDependentParams () |
const DeviceOptions & | getDeviceOptions () const |
const SolverState & | getSolverState () const |
const NetlistLocation & | netlistLocation () const |
const ParameterMap & | getParameterMap () const |
![]() | |
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 |
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< Depend > | dependentParams |
std::vector< int > | expVarGIDs |
std::vector< int > | expVarLIDs |
std::vector< std::string > | expVarNames |
std::vector< double > | expVarVals |
std::vector< double > | eVarVals |
Definition at line 283 of file N_DEV_Neuron6.h.
|
private |
Definition at line 286 of file N_DEV_Neuron6.h.
Xyce::Device::Neuron6::Model::Model | ( | const Configuration & | configuration, |
const ModelBlock & | MB, | ||
const FactoryBlock & | factory_block | ||
) |
Definition at line 1313 of file N_DEV_Neuron6.C.
Xyce::Device::Neuron6::Model::~Model | ( | ) |
Definition at line 1431 of file N_DEV_Neuron6.C.
|
private |
|
private |
|
inline |
Definition at line 395 of file N_DEV_Neuron6.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 1525 of file N_DEV_Neuron6.C.
|
inline |
Definition at line 400 of file N_DEV_Neuron6.h.
|
inline |
Definition at line 405 of file N_DEV_Neuron6.h.
|
virtual |
Implements Xyce::Device::DeviceModel.
Definition at line 1488 of file N_DEV_Neuron6.C.
|
virtual |
processInstanceParams
Implements Xyce::Device::DeviceModel.
Definition at line 1466 of file N_DEV_Neuron6.C.
|
virtual |
processParams
Implements Xyce::Device::DeviceModel.
Definition at line 1453 of file N_DEV_Neuron6.C.
|
friend |
Definition at line 289 of file N_DEV_Neuron6.h.
|
friend |
Definition at line 285 of file N_DEV_Neuron6.h.
|
friend |
Definition at line 290 of file N_DEV_Neuron6.h.
|
private |
Definition at line 389 of file N_DEV_Neuron6.h.
|
private |
Definition at line 329 of file N_DEV_Neuron6.h.
|
private |
Definition at line 371 of file N_DEV_Neuron6.h.
|
private |
Definition at line 328 of file N_DEV_Neuron6.h.
|
private |
Definition at line 370 of file N_DEV_Neuron6.h.
|
private |
Definition at line 390 of file N_DEV_Neuron6.h.
|
private |
Definition at line 330 of file N_DEV_Neuron6.h.
|
private |
Definition at line 372 of file N_DEV_Neuron6.h.
|
private |
Definition at line 315 of file N_DEV_Neuron6.h.
|
private |
Definition at line 357 of file N_DEV_Neuron6.h.
|
private |
Definition at line 386 of file N_DEV_Neuron6.h.
|
private |
Definition at line 322 of file N_DEV_Neuron6.h.
|
private |
Definition at line 364 of file N_DEV_Neuron6.h.
|
private |
Definition at line 324 of file N_DEV_Neuron6.h.
|
private |
Definition at line 366 of file N_DEV_Neuron6.h.
|
private |
Definition at line 320 of file N_DEV_Neuron6.h.
|
private |
Definition at line 326 of file N_DEV_Neuron6.h.
|
private |
Definition at line 368 of file N_DEV_Neuron6.h.
|
private |
Definition at line 362 of file N_DEV_Neuron6.h.
|
private |
Definition at line 318 of file N_DEV_Neuron6.h.
|
private |
Definition at line 360 of file N_DEV_Neuron6.h.
|
private |
Definition at line 323 of file N_DEV_Neuron6.h.
|
private |
Definition at line 365 of file N_DEV_Neuron6.h.
|
private |
Definition at line 325 of file N_DEV_Neuron6.h.
|
private |
Definition at line 367 of file N_DEV_Neuron6.h.
|
private |
Definition at line 321 of file N_DEV_Neuron6.h.
|
private |
Definition at line 327 of file N_DEV_Neuron6.h.
|
private |
Definition at line 369 of file N_DEV_Neuron6.h.
|
private |
Definition at line 363 of file N_DEV_Neuron6.h.
|
private |
Definition at line 316 of file N_DEV_Neuron6.h.
|
private |
Definition at line 358 of file N_DEV_Neuron6.h.
|
private |
Definition at line 319 of file N_DEV_Neuron6.h.
|
private |
Definition at line 361 of file N_DEV_Neuron6.h.
|
private |
Definition at line 385 of file N_DEV_Neuron6.h.
|
private |
Definition at line 338 of file N_DEV_Neuron6.h.
|
private |
Definition at line 411 of file N_DEV_Neuron6.h.
|
private |
Definition at line 334 of file N_DEV_Neuron6.h.
|
private |
Definition at line 353 of file N_DEV_Neuron6.h.
|
private |
Definition at line 333 of file N_DEV_Neuron6.h.
|
private |
Definition at line 352 of file N_DEV_Neuron6.h.
|
private |
Definition at line 342 of file N_DEV_Neuron6.h.
|
private |
Definition at line 374 of file N_DEV_Neuron6.h.
|
private |
Definition at line 346 of file N_DEV_Neuron6.h.
|
private |
Definition at line 378 of file N_DEV_Neuron6.h.
|
private |
Definition at line 344 of file N_DEV_Neuron6.h.
|
private |
Definition at line 376 of file N_DEV_Neuron6.h.
|
private |
Definition at line 345 of file N_DEV_Neuron6.h.
|
private |
Definition at line 377 of file N_DEV_Neuron6.h.
|
private |
Definition at line 343 of file N_DEV_Neuron6.h.
|
private |
Definition at line 375 of file N_DEV_Neuron6.h.
|
private |
Definition at line 391 of file N_DEV_Neuron6.h.
|
private |
Definition at line 347 of file N_DEV_Neuron6.h.
|
private |
Definition at line 379 of file N_DEV_Neuron6.h.
|
private |
Definition at line 335 of file N_DEV_Neuron6.h.
|
private |
Definition at line 354 of file N_DEV_Neuron6.h.
|
private |
Definition at line 388 of file N_DEV_Neuron6.h.
|
private |
Definition at line 332 of file N_DEV_Neuron6.h.
|
private |
Definition at line 351 of file N_DEV_Neuron6.h.
|
private |
Definition at line 331 of file N_DEV_Neuron6.h.
|
private |
Definition at line 350 of file N_DEV_Neuron6.h.
|
private |
Definition at line 387 of file N_DEV_Neuron6.h.
|
private |
Definition at line 317 of file N_DEV_Neuron6.h.
|
private |
Definition at line 359 of file N_DEV_Neuron6.h.