Xyce
6.1
|
#include <N_DEV_ADMSbjt504tva.h>
Public Member Functions | |
Model (const Configuration &configuration, const ModelBlock &model_block, 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 (const Model &) | |
Model & | operator= (const Model &) |
Private Attributes | |
std::vector< Instance * > | instanceContainer |
double | admsModTemp |
int | LEVEL |
double | TREF |
double | DTA |
int | EXMOD |
int | EXPHI |
int | EXAVL |
int | EXSUB |
double | IS |
double | IK |
double | VER |
double | VEF |
double | BF |
double | IBF |
double | MLF |
double | XIBI |
double | IZEB |
double | NZEB |
double | BRI |
double | IBR |
double | VLR |
double | XEXT |
double | WAVL |
double | VAVL |
double | SFH |
double | RE |
double | RBC |
double | RBV |
double | RCC |
double | RCV |
double | SCRCV |
double | IHC |
double | AXI |
double | CJE |
double | VDE |
double | PE |
double | XCJE |
double | CBEO |
double | CJC |
double | VDC |
double | PC |
double | XP |
double | MC |
double | XCJC |
double | RCBLX |
double | RCBLI |
double | CBCO |
double | MTAU |
double | TAUE |
double | TAUB |
double | TEPI |
double | TAUR |
double | DEG |
double | XREC |
double | AQBO |
double | AE |
double | AB |
double | AEPI |
double | AEX |
double | AC |
double | ACBL |
double | DVGBF |
double | DVGBR |
double | VGB |
double | VGC |
double | VGJ |
double | VGZEB |
double | AVGEB |
double | TVGEB |
double | DVGTE |
double | DAIS |
double | AF |
double | KF |
double | KFN |
int | KAVL |
double | ISS |
double | ICSS |
double | IKS |
double | CJS |
double | VDS |
double | PS |
double | VGS |
double | AS |
double | ASUB |
double | RTH |
double | CTH |
double | ATH |
double | MULT |
int | TYPE |
double | GMIN |
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< int > | expVarGIDs |
std::vector< int > | expVarLIDs |
std::vector< std::string > | expVarNames |
std::vector< double > | expVarVals |
std::vector< double > | eVarVals |
Definition at line 1398 of file N_DEV_ADMSbjt504tva.h.
|
private |
Definition at line 1400 of file N_DEV_ADMSbjt504tva.h.
Xyce::Device::ADMSbjt504tva::Model::Model | ( | const Configuration & | configuration, |
const ModelBlock & | model_block, | ||
const FactoryBlock & | factory_block | ||
) |
Definition at line 6412 of file N_DEV_ADMSbjt504tva.C.
Xyce::Device::ADMSbjt504tva::Model::~Model | ( | ) |
Definition at line 6541 of file N_DEV_ADMSbjt504tva.C.
|
private |
|
inline |
Definition at line 1431 of file N_DEV_ADMSbjt504tva.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 6600 of file N_DEV_ADMSbjt504tva.C.
|
virtual |
Implements Xyce::Device::DeviceModel.
Definition at line 6562 of file N_DEV_ADMSbjt504tva.C.
|
virtual |
processInstanceParams
Implements Xyce::Device::DeviceModel.
Definition at line 6389 of file N_DEV_ADMSbjt504tva.C.
|
virtual |
processParams
Implements Xyce::Device::DeviceModel.
Definition at line 5938 of file N_DEV_ADMSbjt504tva.C.
|
friend |
Definition at line 1403 of file N_DEV_ADMSbjt504tva.h.
|
friend |
Definition at line 1402 of file N_DEV_ADMSbjt504tva.h.
|
friend |
Definition at line 1408 of file N_DEV_ADMSbjt504tva.h.
|
private |
Definition at line 1502 of file N_DEV_ADMSbjt504tva.h.
|
private |
Definition at line 1505 of file N_DEV_ADMSbjt504tva.h.
|
private |
Definition at line 1506 of file N_DEV_ADMSbjt504tva.h.
|
private |
Definition at line 1444 of file N_DEV_ADMSbjt504tva.h.
|
private |
Definition at line 1501 of file N_DEV_ADMSbjt504tva.h.
|
private |
Definition at line 1503 of file N_DEV_ADMSbjt504tva.h.
|
private |
Definition at line 1504 of file N_DEV_ADMSbjt504tva.h.
|
private |
Definition at line 1517 of file N_DEV_ADMSbjt504tva.h.
|
private |
Definition at line 1500 of file N_DEV_ADMSbjt504tva.h.
|
private |
Definition at line 1528 of file N_DEV_ADMSbjt504tva.h.
|
private |
Definition at line 1529 of file N_DEV_ADMSbjt504tva.h.
|
private |
Definition at line 1532 of file N_DEV_ADMSbjt504tva.h.
|
private |
Definition at line 1513 of file N_DEV_ADMSbjt504tva.h.
|
private |
Definition at line 1478 of file N_DEV_ADMSbjt504tva.h.
|
private |
Definition at line 1458 of file N_DEV_ADMSbjt504tva.h.
|
private |
Definition at line 1464 of file N_DEV_ADMSbjt504tva.h.
|
private |
Definition at line 1492 of file N_DEV_ADMSbjt504tva.h.
|
private |
Definition at line 1483 of file N_DEV_ADMSbjt504tva.h.
|
private |
Definition at line 1484 of file N_DEV_ADMSbjt504tva.h.
|
private |
Definition at line 1479 of file N_DEV_ADMSbjt504tva.h.
|
private |
Definition at line 1524 of file N_DEV_ADMSbjt504tva.h.
|
private |
Definition at line 1531 of file N_DEV_ADMSbjt504tva.h.
|
private |
Definition at line 1516 of file N_DEV_ADMSbjt504tva.h.
|
private |
Definition at line 1498 of file N_DEV_ADMSbjt504tva.h.
|
private |
Definition at line 1449 of file N_DEV_ADMSbjt504tva.h.
|
private |
Definition at line 1507 of file N_DEV_ADMSbjt504tva.h.
|
private |
Definition at line 1508 of file N_DEV_ADMSbjt504tva.h.
|
private |
Definition at line 1515 of file N_DEV_ADMSbjt504tva.h.
|
private |
Definition at line 1452 of file N_DEV_ADMSbjt504tva.h.
|
private |
Definition at line 1450 of file N_DEV_ADMSbjt504tva.h.
|
private |
Definition at line 1451 of file N_DEV_ADMSbjt504tva.h.
|
private |
Definition at line 1453 of file N_DEV_ADMSbjt504tva.h.
|
private |
Definition at line 1535 of file N_DEV_ADMSbjt504tva.h.
|
private |
Definition at line 1459 of file N_DEV_ADMSbjt504tva.h.
|
private |
Definition at line 1465 of file N_DEV_ADMSbjt504tva.h.
|
private |
Definition at line 1522 of file N_DEV_ADMSbjt504tva.h.
|
private |
Definition at line 1477 of file N_DEV_ADMSbjt504tva.h.
|
private |
Definition at line 1455 of file N_DEV_ADMSbjt504tva.h.
|
private |
Definition at line 1523 of file N_DEV_ADMSbjt504tva.h.
|
private |
Definition at line 1437 of file N_DEV_ADMSbjt504tva.h.
|
private |
Definition at line 1454 of file N_DEV_ADMSbjt504tva.h.
|
private |
Definition at line 1521 of file N_DEV_ADMSbjt504tva.h.
|
private |
Definition at line 1462 of file N_DEV_ADMSbjt504tva.h.
|
private |
Definition at line 1520 of file N_DEV_ADMSbjt504tva.h.
|
private |
Definition at line 1518 of file N_DEV_ADMSbjt504tva.h.
|
private |
Definition at line 1519 of file N_DEV_ADMSbjt504tva.h.
|
private |
Definition at line 1447 of file N_DEV_ADMSbjt504tva.h.
|
private |
Definition at line 1488 of file N_DEV_ADMSbjt504tva.h.
|
private |
Definition at line 1460 of file N_DEV_ADMSbjt504tva.h.
|
private |
Definition at line 1493 of file N_DEV_ADMSbjt504tva.h.
|
private |
Definition at line 1533 of file N_DEV_ADMSbjt504tva.h.
|
private |
Definition at line 1463 of file N_DEV_ADMSbjt504tva.h.
|
private |
Definition at line 1486 of file N_DEV_ADMSbjt504tva.h.
|
private |
Definition at line 1481 of file N_DEV_ADMSbjt504tva.h.
|
private |
Definition at line 1526 of file N_DEV_ADMSbjt504tva.h.
|
private |
Definition at line 1472 of file N_DEV_ADMSbjt504tva.h.
|
private |
Definition at line 1473 of file N_DEV_ADMSbjt504tva.h.
|
private |
Definition at line 1491 of file N_DEV_ADMSbjt504tva.h.
|
private |
Definition at line 1490 of file N_DEV_ADMSbjt504tva.h.
|
private |
Definition at line 1474 of file N_DEV_ADMSbjt504tva.h.
|
private |
Definition at line 1475 of file N_DEV_ADMSbjt504tva.h.
|
private |
Definition at line 1471 of file N_DEV_ADMSbjt504tva.h.
|
private |
Definition at line 1530 of file N_DEV_ADMSbjt504tva.h.
|
private |
Definition at line 1476 of file N_DEV_ADMSbjt504tva.h.
|
private |
Definition at line 1470 of file N_DEV_ADMSbjt504tva.h.
|
private |
Definition at line 1495 of file N_DEV_ADMSbjt504tva.h.
|
private |
Definition at line 1494 of file N_DEV_ADMSbjt504tva.h.
|
private |
Definition at line 1497 of file N_DEV_ADMSbjt504tva.h.
|
private |
Definition at line 1496 of file N_DEV_ADMSbjt504tva.h.
|
private |
Definition at line 1448 of file N_DEV_ADMSbjt504tva.h.
|
private |
Definition at line 1514 of file N_DEV_ADMSbjt504tva.h.
|
private |
Definition at line 1534 of file N_DEV_ADMSbjt504tva.h.
|
private |
Definition at line 1469 of file N_DEV_ADMSbjt504tva.h.
|
private |
Definition at line 1485 of file N_DEV_ADMSbjt504tva.h.
|
private |
Definition at line 1480 of file N_DEV_ADMSbjt504tva.h.
|
private |
Definition at line 1525 of file N_DEV_ADMSbjt504tva.h.
|
private |
Definition at line 1457 of file N_DEV_ADMSbjt504tva.h.
|
private |
Definition at line 1456 of file N_DEV_ADMSbjt504tva.h.
|
private |
Definition at line 1509 of file N_DEV_ADMSbjt504tva.h.
|
private |
Definition at line 1510 of file N_DEV_ADMSbjt504tva.h.
|
private |
Definition at line 1511 of file N_DEV_ADMSbjt504tva.h.
|
private |
Definition at line 1527 of file N_DEV_ADMSbjt504tva.h.
|
private |
Definition at line 1512 of file N_DEV_ADMSbjt504tva.h.
|
private |
Definition at line 1466 of file N_DEV_ADMSbjt504tva.h.
|
private |
Definition at line 1468 of file N_DEV_ADMSbjt504tva.h.
|
private |
Definition at line 1489 of file N_DEV_ADMSbjt504tva.h.
|
private |
Definition at line 1482 of file N_DEV_ADMSbjt504tva.h.
|
private |
Definition at line 1467 of file N_DEV_ADMSbjt504tva.h.
|
private |
Definition at line 1461 of file N_DEV_ADMSbjt504tva.h.
|
private |
Definition at line 1487 of file N_DEV_ADMSbjt504tva.h.
|
private |
Definition at line 1499 of file N_DEV_ADMSbjt504tva.h.