|
HAL
v4.5.0-130-g83e8bfb3f
The Hardware Analyzer - a comprehensive reverse engineering and manipulation framework for gate-level netlists.
|
This file contains the struct that holds the state transition graph of an FSM. More...
#include "hal_core/defines.h"#include "hal_core/netlist/boolean_function.h"#include "hal_core/utilities/result.h"#include <filesystem>#include <map>#include <string>#include <utility>#include <vector>
Go to the source code of this file.
Classes | |
| struct | hal::solve_fsm::StateTransitionGraph |
| The state transition graph of an FSM, i.e., the behavior that its netlist implements. More... | |
Namespaces | |
| hal | |
| hal::solve_fsm | |
| Recovers the state transition graph of a finite state machine from the gate-level netlist that implements it. | |
This file contains the struct that holds the state transition graph of an FSM.
Definition in file state_transition_graph.h.