|
KiCad PCB EDA Suite
|
#include <ibis_parser.h>
Public Member Functions | |
| IbisModel (REPORTER *aReporter) | |
| virtual | ~IbisModel ()=default |
| 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 604 of file ibis_parser.h.
|
inline |
Definition at line 607 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_series, m_seriesOff, m_seriesOn, m_temperatureRange, and m_voltageRange.
|
virtualdefault |
|
overridevirtual |
Check if the data held by the object is valid.
Reimplemented from IBIS_INPUT.
Definition at line 464 of file ibis_parser.cpp.
References _, IVtable::Check(), INPUT_ECL, INPUT_STD, TypMinMaxValue::isNA(), 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, IbisSeriesData::m_Cseries, m_GNDClamp, m_GNDClampReference, m_ISSO_PD, m_ISSO_PU, IbisSeriesData::m_LcSeries, IbisSeriesData::m_Lseries, m_name, m_POWERClamp, m_POWERClampReference, m_pulldown, m_pulldownReference, m_pullup, m_pullupReference, m_ramp, IbisSeriesData::m_RcSeries, IbisSeriesData::m_RlSeries, m_rref, m_series, IbisSeriesData::m_seriesCurrent, IbisSeriesData::m_seriesMosfet, m_seriesOff, m_seriesOn, m_temperatureRange, m_type, m_vinh, m_vinl, m_vmeas, m_voltageRange, m_vref, mosfet, 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_MODEL::SpiceSeriesDie(), 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 70 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::readSeriesMosfet(), IbisParser::readSeriesPinMapping(), 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 653 of file ibis_parser.h.
Referenced by Check(), IbisModel(), and KIBIS_MODEL::KIBIS_MODEL().
| TypMinMaxValue IbisModel::m_C_comp_gnd_clamp |
Definition at line 654 of file ibis_parser.h.
Referenced by Check(), IbisModel(), and KIBIS_MODEL::KIBIS_MODEL().
| TypMinMaxValue IbisModel::m_C_comp_power_clamp |
Definition at line 655 of file ibis_parser.h.
Referenced by Check(), IbisModel(), and KIBIS_MODEL::KIBIS_MODEL().
| TypMinMaxValue IbisModel::m_C_comp_pulldown |
Definition at line 657 of file ibis_parser.h.
Referenced by Check(), IbisModel(), and KIBIS_MODEL::KIBIS_MODEL().
| TypMinMaxValue IbisModel::m_C_comp_pullup |
Definition at line 656 of file ibis_parser.h.
Referenced by Check(), IbisModel(), and KIBIS_MODEL::KIBIS_MODEL().
| TypMinMaxValue IbisModel::m_Cac |
Definition at line 667 of file ibis_parser.h.
Referenced by IbisModel(), and KIBIS_MODEL::KIBIS_MODEL().
| IVtable IbisModel::m_compositeCurrent |
Definition at line 674 of file ibis_parser.h.
Referenced by Check(), and IbisModel().
| double IbisModel::m_cref = 0 |
Definition at line 647 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 649 of file ibis_parser.h.
Referenced by KIBIS_MODEL::KIBIS_MODEL().
| std::vector<IbisWaveform*> IbisModel::m_fallingWaveforms |
Definition at line 676 of file ibis_parser.h.
Referenced by KIBIS_MODEL::KIBIS_MODEL().
| IVtable IbisModel::m_GNDClamp |
Definition at line 668 of file ibis_parser.h.
Referenced by Check(), IbisModel(), and KIBIS_MODEL::KIBIS_MODEL().
| TypMinMaxValue IbisModel::m_GNDClampReference |
Definition at line 662 of file ibis_parser.h.
Referenced by Check(), IbisModel(), and KIBIS_MODEL::KIBIS_MODEL().
| IVtable IbisModel::m_ISSO_PD |
Definition at line 673 of file ibis_parser.h.
Referenced by Check(), and IbisModel().
| IVtable IbisModel::m_ISSO_PU |
Definition at line 672 of file ibis_parser.h.
Referenced by Check(), and IbisModel().
| std::string IbisModel::m_name |
Definition at line 639 of file ibis_parser.h.
Referenced by Check(), for(), and KIBIS_MODEL::KIBIS_MODEL().
| IBIS_MODEL_POLARITY IbisModel::m_polarity = IBIS_MODEL_POLARITY::UNDEFINED |
Definition at line 650 of file ibis_parser.h.
Referenced by KIBIS_MODEL::KIBIS_MODEL().
| IVtable IbisModel::m_POWERClamp |
Definition at line 669 of file ibis_parser.h.
Referenced by Check(), IbisModel(), and KIBIS_MODEL::KIBIS_MODEL().
| TypMinMaxValue IbisModel::m_POWERClampReference |
Definition at line 663 of file ibis_parser.h.
Referenced by Check(), IbisModel(), and KIBIS_MODEL::KIBIS_MODEL().
| IVtable IbisModel::m_pulldown |
Definition at line 671 of file ibis_parser.h.
Referenced by Check(), IbisModel(), and KIBIS_MODEL::KIBIS_MODEL().
| TypMinMaxValue IbisModel::m_pulldownReference |
Definition at line 661 of file ibis_parser.h.
Referenced by Check(), IbisModel(), and KIBIS_MODEL::KIBIS_MODEL().
| IVtable IbisModel::m_pullup |
Definition at line 670 of file ibis_parser.h.
Referenced by Check(), IbisModel(), and KIBIS_MODEL::KIBIS_MODEL().
| TypMinMaxValue IbisModel::m_pullupReference |
Definition at line 660 of file ibis_parser.h.
Referenced by Check(), IbisModel(), and KIBIS_MODEL::KIBIS_MODEL().
| TypMinMaxValue IbisModel::m_Rac |
Definition at line 666 of file ibis_parser.h.
Referenced by IbisModel(), and KIBIS_MODEL::KIBIS_MODEL().
| IbisRamp IbisModel::m_ramp |
Definition at line 677 of file ibis_parser.h.
Referenced by Check(), IbisModel(), and KIBIS_MODEL::KIBIS_MODEL().
|
inherited |
Definition at line 77 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::readSeriesMosfet(), IbisParser::readSeriesPinMapping(), IbisParser::readVTtableEntry(), IbisParser::readWaveform(), Report(), and KIBIS_MODEL::TrimWaveform().
| TypMinMaxValue IbisModel::m_Rgnd |
Definition at line 664 of file ibis_parser.h.
Referenced by IbisModel(), and KIBIS_MODEL::KIBIS_MODEL().
| std::vector<IbisWaveform*> IbisModel::m_risingWaveforms |
Definition at line 675 of file ibis_parser.h.
Referenced by KIBIS_MODEL::KIBIS_MODEL().
| TypMinMaxValue IbisModel::m_Rpower |
Definition at line 665 of file ibis_parser.h.
Referenced by IbisModel(), and KIBIS_MODEL::KIBIS_MODEL().
| double IbisModel::m_rref = 0 |
Definition at line 646 of file ibis_parser.h.
Referenced by Check(), and KIBIS_MODEL::KIBIS_MODEL().
| IbisSeriesData IbisModel::m_series |
Definition at line 683 of file ibis_parser.h.
Referenced by Check(), IbisModel(), and KIBIS_MODEL::KIBIS_MODEL().
| IbisSeriesData IbisModel::m_seriesOff |
Definition at line 685 of file ibis_parser.h.
Referenced by Check(), IbisModel(), and KIBIS_MODEL::KIBIS_MODEL().
| IbisSeriesData IbisModel::m_seriesOn |
Definition at line 684 of file ibis_parser.h.
Referenced by Check(), IbisModel(), and KIBIS_MODEL::KIBIS_MODEL().
| std::vector<IbisSubmodelMode> IbisModel::m_submodels |
Definition at line 687 of file ibis_parser.h.
Referenced by KIBIS_MODEL::KIBIS_MODEL().
| TypMinMaxValue IbisModel::m_temperatureRange |
Definition at line 659 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 640 of file ibis_parser.h.
Referenced by Check(), and KIBIS_MODEL::KIBIS_MODEL().
| double IbisModel::m_vinh = 2 |
Definition at line 644 of file ibis_parser.h.
Referenced by Check(), and KIBIS_MODEL::KIBIS_MODEL().
| double IbisModel::m_vinl = 0.8 |
Definition at line 643 of file ibis_parser.h.
Referenced by Check(), and KIBIS_MODEL::KIBIS_MODEL().
| double IbisModel::m_vmeas = 0 |
Definition at line 648 of file ibis_parser.h.
Referenced by Check(), and KIBIS_MODEL::KIBIS_MODEL().
| TypMinMaxValue IbisModel::m_voltageRange |
Definition at line 658 of file ibis_parser.h.
Referenced by Check(), IbisModel(), and KIBIS_MODEL::KIBIS_MODEL().
| double IbisModel::m_vref = 0 |
Definition at line 645 of file ibis_parser.h.
Referenced by Check(), and KIBIS_MODEL::KIBIS_MODEL().