#include <N_DEV_Digital.h>
|
| AddData (const std::string gateType_, const char devLetter_, const int ilNumInput_) |
|
| ~AddData () |
|
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) |
|
virtual void | setIC (Instance &, const int) |
|
Definition at line 609 of file N_DEV_Digital.h.
Xyce::Device::Digital::AddData::AddData |
( |
const std::string |
gateType_, |
|
|
const char |
devLetter_, |
|
|
const int |
ilNumInput_ |
|
) |
| |
Xyce::Device::Digital::AddData::~AddData |
( |
| ) |
|
Xyce::Device::Digital::AddData::AddData |
( |
const InvData & |
right | ) |
|
|
private |
void Xyce::Device::Digital::AddData::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 |
AddData& Xyce::Device::Digital::AddData::operator= |
( |
const InvData & |
right | ) |
|
|
private |
The documentation for this class was generated from the following files: