|
KiCad PCB EDA Suite
|
#include <ibis_parser.h>
Public Member Functions | |
| IbisModel (REPORTER *aReporter) | |
| virtual | ~IbisModel () |
| bool | Check () override |
| Check if the data held by the object is valid. | |
Private Member Functions | |
| void | Report (const std::string &aMsg, SEVERITY aSeverity=RPT_SEVERITY_INFO) const |
| Print a message. | |
Static Private Member Functions | |
| static std::string | doubleToString (double aNumber) |
| Convert a double to string using scientific notation. | |
Private Attributes | |
| REPORTER * | m_Reporter |
Definition at line 539 of file ibis_parser.h.
|
inline |
Definition at line 542 of file ibis_parser.h.
References IBIS_INPUT::IBIS_INPUT(), m_C_comp, m_C_comp_gnd_clamp, m_C_comp_power_clamp, m_C_comp_pulldown, m_C_comp_pullup, m_Cac, m_compositeCurrent, m_GNDClamp, m_GNDClampReference, m_ISSO_PD, m_ISSO_PU, m_POWERClamp, m_POWERClampReference, m_pulldown, m_pulldownReference, m_pullup, m_pullupReference, m_Rac, m_ramp, m_Rgnd, m_Rpower, m_temperatureRange, and m_voltageRange.
|
inlinevirtual |
Definition at line 569 of file ibis_parser.h.
|
overridevirtual |
Check if the data held by the object is valid.
Reimplemented from IBIS_INPUT.
Definition at line 456 of file ibis_parser.cpp.
References _, INPUT_ECL, INPUT_STD, isNumberNA(), m_C_comp, m_C_comp_gnd_clamp, m_C_comp_power_clamp, m_C_comp_pulldown, m_C_comp_pullup, m_compositeCurrent, m_cref, m_GNDClamp, m_GNDClampReference, m_ISSO_PD, m_ISSO_PU, m_name, m_POWERClamp, m_POWERClampReference, m_pulldown, m_pulldownReference, m_pullup, m_pullupReference, m_ramp, m_rref, m_temperatureRange, m_type, m_vinh, m_vinl, m_vmeas, m_voltageRange, m_vref, IBIS_BASE::Report(), RPT_SEVERITY_ACTION, RPT_SEVERITY_ERROR, SERIES, SERIES_SWITCH, TERMINATOR, and UNDEFINED.
|
staticprotectedinherited |
Convert a double to string using scientific notation.
| aNumber | Number |
Definition at line 281 of file ibis_parser.cpp.
Referenced by KIBIS_MODEL::generateSquareWave(), KIBIS_PIN::getKuKdOneWaveform(), KIBIS_PIN::getKuKdTwoWaveforms(), KIBIS_PIN::KuKdDriver(), IVtable::Spice(), KIBIS_MODEL::SpiceDie(), KIBIS_PIN::writeSpiceDevice(), and KIBIS_PIN::writeSpiceDriver().
|
inlineinherited |
Print a message.
Call m_Reporter->Report if m_Reporter exists.
| aMsg | Message |
| aSeverity | Message sevirity |
Definition at line 68 of file ibis_parser.h.
References m_Reporter, and RPT_SEVERITY_INFO.
Referenced by BOOST_AUTO_TEST_CASE(), IbisParser::changeCommentChar(), IbisParser::changeContext(), IBIS_MATRIX::Check(), IbisComponent::Check(), IbisComponentPackage::Check(), IbisComponentPin::Check(), IbisHeader::Check(), IbisModel::Check(), IbisPackageModel::Check(), IbisRamp::Check(), IbisSubmodel::Check(), IVtable::Check(), KIBIS_WAVEFORM_PRBS::Check(), KIBIS_WAVEFORM_PRBS::Check(), KIBIS_WAVEFORM_RECTANGULAR::Check(), KIBIS_WAVEFORM_RECTANGULAR::Check(), IbisParser::checkEndofLine(), KIBIS_PIN::getKuKdFromFile(), KIBIS_PIN::getKuKdOneWaveform(), KIBIS_PIN::getKuKdTwoWaveforms(), IbisParser::getNextLine(), IVtable::InterpolatedI(), KIBIS_PIN::KuKdDriver(), IbisParser::onNewLine(), IbisParser::ParseFile(), IbisParser::readAddSubmodel(), IbisParser::readDiffPin(), IbisParser::readDouble(), IbisParser::readDvdt(), IbisParser::readInt(), IbisParser::readMatrixBandedOrFull(), IbisParser::readMatrixBandwidth(), IbisParser::readMatrixPinIndex(), IbisParser::readMatrixRow(), IbisParser::readMatrixSparse(), IbisParser::readMatrixType(), IbisParser::readModel(), IbisParser::readPackage(), IbisParser::readPin(), IbisParser::readPinMapping(), IbisParser::readRamp(), IbisParser::readSubmodel(), IbisParser::readSubmodelSpec(), IbisParser::readTypMinMaxValue(), IbisParser::readWaveform(), KIBIS_MODEL::TrimWaveform(), KIBIS_PIN::writeSpiceDevice(), and KIBIS_PIN::writeSpiceDriver().
| TypMinMaxValue IbisModel::m_C_comp |
Definition at line 586 of file ibis_parser.h.
Referenced by Check(), IbisModel(), and KIBIS_MODEL::KIBIS_MODEL().
| TypMinMaxValue IbisModel::m_C_comp_gnd_clamp |
Definition at line 587 of file ibis_parser.h.
Referenced by Check(), IbisModel(), and KIBIS_MODEL::KIBIS_MODEL().
| TypMinMaxValue IbisModel::m_C_comp_power_clamp |
Definition at line 588 of file ibis_parser.h.
Referenced by Check(), IbisModel(), and KIBIS_MODEL::KIBIS_MODEL().
| TypMinMaxValue IbisModel::m_C_comp_pulldown |
Definition at line 590 of file ibis_parser.h.
Referenced by Check(), IbisModel(), and KIBIS_MODEL::KIBIS_MODEL().
| TypMinMaxValue IbisModel::m_C_comp_pullup |
Definition at line 589 of file ibis_parser.h.
Referenced by Check(), IbisModel(), and KIBIS_MODEL::KIBIS_MODEL().
| TypMinMaxValue IbisModel::m_Cac |
Definition at line 600 of file ibis_parser.h.
Referenced by IbisModel(), and KIBIS_MODEL::KIBIS_MODEL().
| IVtable IbisModel::m_compositeCurrent |
Definition at line 607 of file ibis_parser.h.
Referenced by Check(), and IbisModel().
| double IbisModel::m_cref = 0 |
Definition at line 580 of file ibis_parser.h.
Referenced by Check(), and KIBIS_MODEL::KIBIS_MODEL().
| IBIS_MODEL_ENABLE IbisModel::m_enable = IBIS_MODEL_ENABLE::UNDEFINED |
Definition at line 582 of file ibis_parser.h.
Referenced by KIBIS_MODEL::KIBIS_MODEL().
| std::vector<IbisWaveform*> IbisModel::m_fallingWaveforms |
Definition at line 609 of file ibis_parser.h.
Referenced by KIBIS_MODEL::KIBIS_MODEL().
| IVtable IbisModel::m_GNDClamp |
Definition at line 601 of file ibis_parser.h.
Referenced by Check(), IbisModel(), and KIBIS_MODEL::KIBIS_MODEL().
| TypMinMaxValue IbisModel::m_GNDClampReference |
Definition at line 595 of file ibis_parser.h.
Referenced by Check(), IbisModel(), and KIBIS_MODEL::KIBIS_MODEL().
| IVtable IbisModel::m_ISSO_PD |
Definition at line 606 of file ibis_parser.h.
Referenced by Check(), and IbisModel().
| IVtable IbisModel::m_ISSO_PU |
Definition at line 605 of file ibis_parser.h.
Referenced by Check(), and IbisModel().
| std::string IbisModel::m_name |
Definition at line 572 of file ibis_parser.h.
Referenced by Check(), and KIBIS_MODEL::KIBIS_MODEL().
| IBIS_MODEL_POLARITY IbisModel::m_polarity = IBIS_MODEL_POLARITY::UNDEFINED |
Definition at line 583 of file ibis_parser.h.
Referenced by KIBIS_MODEL::KIBIS_MODEL().
| IVtable IbisModel::m_POWERClamp |
Definition at line 602 of file ibis_parser.h.
Referenced by Check(), IbisModel(), and KIBIS_MODEL::KIBIS_MODEL().
| TypMinMaxValue IbisModel::m_POWERClampReference |
Definition at line 596 of file ibis_parser.h.
Referenced by Check(), IbisModel(), and KIBIS_MODEL::KIBIS_MODEL().
| IVtable IbisModel::m_pulldown |
Definition at line 604 of file ibis_parser.h.
Referenced by Check(), IbisModel(), and KIBIS_MODEL::KIBIS_MODEL().
| TypMinMaxValue IbisModel::m_pulldownReference |
Definition at line 594 of file ibis_parser.h.
Referenced by Check(), IbisModel(), and KIBIS_MODEL::KIBIS_MODEL().
| IVtable IbisModel::m_pullup |
Definition at line 603 of file ibis_parser.h.
Referenced by Check(), IbisModel(), and KIBIS_MODEL::KIBIS_MODEL().
| TypMinMaxValue IbisModel::m_pullupReference |
Definition at line 593 of file ibis_parser.h.
Referenced by Check(), IbisModel(), and KIBIS_MODEL::KIBIS_MODEL().
| TypMinMaxValue IbisModel::m_Rac |
Definition at line 599 of file ibis_parser.h.
Referenced by IbisModel(), and KIBIS_MODEL::KIBIS_MODEL().
| IbisRamp IbisModel::m_ramp |
Definition at line 610 of file ibis_parser.h.
Referenced by Check(), IbisModel(), and KIBIS_MODEL::KIBIS_MODEL().
|
inherited |
Definition at line 75 of file ibis_parser.h.
Referenced by BOOST_AUTO_TEST_CASE(), IbisParser::changeContext(), IBIS_BASE(), SPICE_GENERATOR_IBIS::IbisDevice(), KIBIS::KIBIS(), KIBIS_BASE::KIBIS_BASE(), KIBIS_MODEL::KIBIS_MODEL(), KIBIS_PIN::KIBIS_PIN(), KIBIS_SUBMODEL::KIBIS_SUBMODEL(), IbisParser::readDiffPin(), IbisParser::readIVtableEntry(), IbisParser::readPin(), IbisParser::readPinMapping(), IbisParser::readVTtableEntry(), IbisParser::readWaveform(), Report(), and KIBIS_MODEL::TrimWaveform().
| TypMinMaxValue IbisModel::m_Rgnd |
Definition at line 597 of file ibis_parser.h.
Referenced by IbisModel(), and KIBIS_MODEL::KIBIS_MODEL().
| std::vector<IbisWaveform*> IbisModel::m_risingWaveforms |
Definition at line 608 of file ibis_parser.h.
Referenced by KIBIS_MODEL::KIBIS_MODEL().
| TypMinMaxValue IbisModel::m_Rpower |
Definition at line 598 of file ibis_parser.h.
Referenced by IbisModel(), and KIBIS_MODEL::KIBIS_MODEL().
| double IbisModel::m_rref = 0 |
Definition at line 579 of file ibis_parser.h.
Referenced by Check(), and KIBIS_MODEL::KIBIS_MODEL().
| std::vector<IbisSubmodelMode> IbisModel::m_submodels |
Definition at line 612 of file ibis_parser.h.
Referenced by KIBIS_MODEL::KIBIS_MODEL().
| TypMinMaxValue IbisModel::m_temperatureRange |
Definition at line 592 of file ibis_parser.h.
Referenced by Check(), IbisModel(), and KIBIS_MODEL::KIBIS_MODEL().
| IBIS_MODEL_TYPE IbisModel::m_type = IBIS_MODEL_TYPE::UNDEFINED |
Definition at line 573 of file ibis_parser.h.
Referenced by Check(), and KIBIS_MODEL::KIBIS_MODEL().
| double IbisModel::m_vinh = 2 |
Definition at line 577 of file ibis_parser.h.
Referenced by Check(), and KIBIS_MODEL::KIBIS_MODEL().
| double IbisModel::m_vinl = 0.8 |
Definition at line 576 of file ibis_parser.h.
Referenced by Check(), and KIBIS_MODEL::KIBIS_MODEL().
| double IbisModel::m_vmeas = 0 |
Definition at line 581 of file ibis_parser.h.
Referenced by Check(), and KIBIS_MODEL::KIBIS_MODEL().
| TypMinMaxValue IbisModel::m_voltageRange |
Definition at line 591 of file ibis_parser.h.
Referenced by Check(), IbisModel(), and KIBIS_MODEL::KIBIS_MODEL().
| double IbisModel::m_vref = 0 |
Definition at line 578 of file ibis_parser.h.
Referenced by Check(), and KIBIS_MODEL::KIBIS_MODEL().