|
HAL
v4.5.0-83-g30c8f0afc
The Hardware Analyzer - a comprehensive reverse engineering and manipulation framework for gate-level netlists.
|
#include "hal_core/netlist/boolean_function.h"#include "hal_core/netlist/gate_library/enums/async_set_reset_behavior.h"#include "hal_core/netlist/pins/gate_pin.h"#include "hal_core/utilities/log.h"
Go to the source code of this file.
Namespaces | |
| hal | |
| hal::simulation_utils | |
Functions | |
| BooleanFunction::Value | hal::simulation_utils::toggle (BooleanFunction::Value v) |
| BooleanFunction::Value | hal::simulation_utils::process_clear_preset_behavior (AsyncSetResetBehavior behavior, BooleanFunction::Value previous_output) |
| std::vector< BooleanFunction::Value > | hal::simulation_utils::int_to_values (u32 integer, u32 len) |
| u32 | hal::simulation_utils::values_to_int (const std::vector< BooleanFunction::Value > &values) |
| u32 | hal::simulation_utils::get_int_bus_value (const std::unordered_map< std::string, BooleanFunction::Value > &signal_values, const std::vector< GatePin * > &ordered_pins) |