|
HAL
v4.5.0-83-g30c8f0afc
The Hardware Analyzer - a comprehensive reverse engineering and manipulation framework for gate-level netlists.
|

Public Member Functions | |
| NetGroup () | |
| std::vector< const Net * > | get_nets () const |
| std::string | get_name () const |
| bool | is_input () const |
| bool | is_output () const |
Public Attributes | |
| DirectionType | direction |
| const Gate * | gate |
| PinGroup< ModulePin > * | module_pin_group |
| PinGroup< GatePin > * | gate_pin_group |
| bool | ascending |
A group of nets of the simulated netlist that belong together, e.g., the pins of a pin group.
Definition at line 74 of file simulation_input.h.
|
inline |
Definition at line 81 of file simulation_input.h.
| std::string hal::SimulationInput::NetGroup::get_name | ( | ) | const |
Definition at line 33 of file simulation_input.cpp.
| std::vector< const Net * > hal::SimulationInput::NetGroup::get_nets | ( | ) | const |
Definition at line 10 of file simulation_input.cpp.
References gate, gate_pin_group, hal::Gate::get_fan_in_net(), hal::Gate::get_fan_out_net(), hal::inout, hal::input, and module_pin_group.
|
inline |
Definition at line 84 of file simulation_input.h.
References direction, and hal::SimulationInput::InputOnly.
|
inline |
Definition at line 85 of file simulation_input.h.
References direction, and hal::SimulationInput::OutputOnly.
| bool hal::SimulationInput::NetGroup::ascending |
Definition at line 80 of file simulation_input.h.
Referenced by hal::SimulationInput::compute_net_groups().
| DirectionType hal::SimulationInput::NetGroup::direction |
Definition at line 76 of file simulation_input.h.
Referenced by hal::SimulationInput::compute_net_groups(), is_input(), and is_output().
| const Gate* hal::SimulationInput::NetGroup::gate |
Definition at line 77 of file simulation_input.h.
Referenced by hal::SimulationInput::compute_net_groups(), and get_nets().
Definition at line 79 of file simulation_input.h.
Referenced by hal::SimulationInput::compute_net_groups(), and get_nets().
Definition at line 78 of file simulation_input.h.
Referenced by hal::SimulationInput::compute_net_groups(), and get_nets().