|
HAL
v4.5.0-83-g30c8f0afc
The Hardware Analyzer - a comprehensive reverse engineering and manipulation framework for gate-level netlists.
|

Public Member Functions | |
| LogicEvaluatorTruthtableColumn (int nrows, QList< int > values) | |
| ~LogicEvaluatorTruthtableColumn () | |
| int | data (int irow) const |
| bool | lessThan (const LogicEvaluatorTruthtableColumn &other, const QList< int > &sortRows) const |
A single column of the truth table, i.e., the values that one net assumes for all input combinations.
Definition at line 39 of file logic_evaluator_truthtable.h.
| hal::LogicEvaluatorTruthtableColumn::LogicEvaluatorTruthtableColumn | ( | int | nrows, |
| QList< int > | values | ||
| ) |
Definition at line 13 of file logic_evaluator_truthtable.cpp.
References QList::at().
| hal::LogicEvaluatorTruthtableColumn::~LogicEvaluatorTruthtableColumn | ( | ) |
Definition at line 33 of file logic_evaluator_truthtable.cpp.
| int hal::LogicEvaluatorTruthtableColumn::data | ( | int | irow | ) | const |
Definition at line 38 of file logic_evaluator_truthtable.cpp.
Referenced by hal::LogicEvaluatorTruthtableModel::selectedColumn().
| bool hal::LogicEvaluatorTruthtableColumn::lessThan | ( | const LogicEvaluatorTruthtableColumn & | other, |
| const QList< int > & | sortRows | ||
| ) | const |
Definition at line 23 of file logic_evaluator_truthtable.cpp.