KiCad PCB EDA Suite
|
#include <kibis.h>
Public Member Functions | |
void | SetCornerFromString (IBIS_CORNER &aCorner, const std::string &aString) |
Public Attributes | |
IBIS_CORNER | m_Rpin = IBIS_CORNER::TYP |
IBIS_CORNER | m_Lpin = IBIS_CORNER::TYP |
IBIS_CORNER | m_Cpin = IBIS_CORNER::TYP |
IBIS_CORNER | m_Ccomp = IBIS_CORNER::TYP |
IBIS_CORNER | m_supply = IBIS_CORNER::TYP |
KIBIS_WAVEFORM * | m_waveform = nullptr |
KIBIS_ACCURACY | m_accuracy = KIBIS_ACCURACY::LEVEL_2 |
void KIBIS_PARAMETER::SetCornerFromString | ( | IBIS_CORNER & | aCorner, |
const std::string & | aString | ||
) |
Definition at line 1415 of file kibis.cpp.
Referenced by SPICE_GENERATOR_IBIS::IbisDevice().
KIBIS_ACCURACY KIBIS_PARAMETER::m_accuracy = KIBIS_ACCURACY::LEVEL_2 |
Definition at line 207 of file kibis.h.
Referenced by KIBIS_PIN::writeSpiceDriver().
IBIS_CORNER KIBIS_PARAMETER::m_Ccomp = IBIS_CORNER::TYP |
Definition at line 204 of file kibis.h.
Referenced by KIBIS_PIN::KuKdDriver(), and KIBIS_MODEL::SpiceDie().
IBIS_CORNER KIBIS_PARAMETER::m_Cpin = IBIS_CORNER::TYP |
Definition at line 203 of file kibis.h.
Referenced by SPICE_GENERATOR_IBIS::IbisDevice(), KIBIS_PIN::writeSpiceDevice(), and KIBIS_PIN::writeSpiceDriver().
IBIS_CORNER KIBIS_PARAMETER::m_Lpin = IBIS_CORNER::TYP |
Definition at line 202 of file kibis.h.
Referenced by SPICE_GENERATOR_IBIS::IbisDevice(), KIBIS_PIN::writeSpiceDevice(), and KIBIS_PIN::writeSpiceDriver().
IBIS_CORNER KIBIS_PARAMETER::m_Rpin = IBIS_CORNER::TYP |
Definition at line 201 of file kibis.h.
Referenced by SPICE_GENERATOR_IBIS::IbisDevice(), KIBIS_PIN::writeSpiceDevice(), and KIBIS_PIN::writeSpiceDriver().
IBIS_CORNER KIBIS_PARAMETER::m_supply = IBIS_CORNER::TYP |
Definition at line 205 of file kibis.h.
Referenced by KIBIS_PIN::addDie(), KIBIS_MODEL::generateSquareWave(), KIBIS_PIN::getKuKdNoWaveform(), KIBIS_PIN::getKuKdOneWaveform(), KIBIS_PIN::getKuKdTwoWaveforms(), SPICE_GENERATOR_IBIS::IbisDevice(), KIBIS_PIN::KuKdDriver(), and KIBIS_MODEL::SpiceDie().
KIBIS_WAVEFORM* KIBIS_PARAMETER::m_waveform = nullptr |
Definition at line 206 of file kibis.h.
Referenced by KIBIS_PIN::getKuKdNoWaveform(), KIBIS_PIN::getKuKdOneWaveform(), KIBIS_PIN::getKuKdTwoWaveforms(), SPICE_GENERATOR_IBIS::IbisDevice(), KIBIS_PIN::KuKdDriver(), main(), and KIBIS_PIN::writeSpiceDiffDriver().