HAL  v4.5.0-83-g30c8f0afc
The Hardware Analyzer - a comprehensive reverse engineering and manipulation framework for gate-level netlists.
simulation_utils.cpp File Reference
Include dependency graph for simulation_utils.cpp:

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)