#include <N_DEV_Digital.h>
|
| DltchData (const std::string gateType_, const char devLetter_, const int ilNumInput_) |
|
| ~DltchData () |
|
void | setIC (Instance &, const int) |
|
void | evalTruthTable (const std::vector< bool >, std::vector< bool > &, std::vector< double > &, const double, const double, const bool, const bool, const std::vector< bool > &) |
|
| GateData (const std::string gateType_, const char devLetter_, const int ilNumInput_) |
|
virtual | ~GateData () |
|
int | getNumInput () |
|
int | getNumOutput () |
|
gType | getType () |
|
bool | getSupportsXState () |
|
void | getNumIO (int &, int &) |
|
virtual void | checkErrors (const Instance &, const InstanceBlock &, const int &, const int &) |
|
virtual bool | isClockLine (const int) |
|
Definition at line 700 of file N_DEV_Digital.h.
Xyce::Device::Digital::DltchData::DltchData |
( |
const std::string |
gateType_, |
|
|
const char |
devLetter_, |
|
|
const int |
ilNumInput_ |
|
) |
| |
Xyce::Device::Digital::DltchData::~DltchData |
( |
| ) |
|
Xyce::Device::Digital::DltchData::DltchData |
( |
const InvData & |
right | ) |
|
|
private |
void Xyce::Device::Digital::DltchData::evalTruthTable |
( |
const std::vector< bool > |
inpL, |
|
|
std::vector< bool > & |
outL, |
|
|
std::vector< double > & |
oTime, |
|
|
const double |
lastT, |
|
|
const double |
delay, |
|
|
const bool |
dcopFlag, |
|
|
const bool |
clocking, |
|
|
const std::vector< bool > & |
oldState |
|
) |
| |
|
virtual |
void Xyce::Device::Digital::DltchData::setIC |
( |
Instance & |
instance, |
|
|
const int |
pinNum |
|
) |
| |
|
virtual |
The documentation for this class was generated from the following files: