|
HAL
v4.5.0-83-g30c8f0afc
The Hardware Analyzer - a comprehensive reverse engineering and manipulation framework for gate-level netlists.
|
#include "hal_core/defines.h"#include "hal_core/netlist/event_system/event_handler.h"#include "hal_core/netlist/gate.h"#include "hal_core/netlist/module.h"#include "hal_core/netlist/net.h"#include "hal_core/netlist/netlist.h"
Go to the source code of this file.
Namespaces | |
| hal | |
| hal::event_log | |
Functions | |
| void | hal::event_log::handle_gate_event (GateEvent::event event, Gate *gate, u32 associated_data) |
| void | hal::event_log::handle_net_event (NetEvent::event event, Net *net, u32 associated_data) |
| void | hal::event_log::handle_netlist_event (NetlistEvent::event event, Netlist *netlist, u32 associated_data) |
| void | hal::event_log::handle_grouping_event (GroupingEvent::event event, Grouping *grp, u32 associated_data) |
| void | hal::event_log::handle_module_event (ModuleEvent::event event, Module *module, u32 associated_data) |
| void | hal::event_log::enable_event_log (bool enable) |