|
HAL
v4.5.0-83-g30c8f0afc
The Hardware Analyzer - a comprehensive reverse engineering and manipulation framework for gate-level netlists.
|
#include "hal_core/utilities/enums.h"#include "hal_core/defines.h"#include <unordered_map>#include <vector>
Go to the source code of this file.
Classes | |
| class | hal::PinChangedEvent |
| class | hal::PinChangedEventScope |
| class | hal::PinChangedBulkScope |
Namespaces | |
| hal | |
Enumerations | |
| enum class | hal::PinEvent { hal::unknown , hal::GroupCreate , hal::GroupRename , hal::GroupTypeChange , hal::GroupDirChange , hal::GroupReorder , hal::PinCreate , hal::PinAssignToGroup , hal::PinRename , hal::PinTypeChange , hal::PinDirChange , hal::PinReorder , hal::PinDelete , hal::GroupDelete , hal::PinsReload } |
Functions | |
| bool | hal::pin_event_order (const PinChangedEvent &a, const PinChangedEvent &b) |