|
HAL
|
#include <QAbstractTableModel>#include <QVector>#include <QString>#include <QSharedPointer>#include "hal_core/netlist/gate.h"#include "hal_core/netlist/gate_library/gate_type.h"#include "hal_core/netlist/gate_library/enums/async_set_reset_behavior.h"#include "hal_core/defines.h"#include "hal_core/utilities/log.h"
Go to the source code of this file.
Classes | |
| class | hal::BooleanFunctionTableEntry |
| An entry in the boolean function table model. More... | |
| class | hal::BooleanFunctionEntry |
| A BooleanFunctionTableEntry that represents a boolean function. More... | |
| class | hal::FFComponentEntry |
| A entry type that represents properties (functions and behaviors) of an FFCompont. More... | |
| class | hal::LatchComponentEntry |
| An entry type that represents properties (functions or behaviors) of a LatchComponent. More... | |
| class | hal::CPBehaviorEntry |
| A BooleanFunctionTableEntry that represents a clear-preset behavior. More... | |
| class | hal::StateComponentEntry |
| Utility class that represents a state of the StateComponent. More... | |
| class | hal::BooleanFunctionTableModel |
| A model that holds BooleanFunctions and clear-preset behaviors. More... | |
Namespaces | |
| hal | |