|
HAL
v4.5.0-133-g64838ea8d
The Hardware Analyzer - a comprehensive reverse engineering and manipulation framework for gate-level netlists.
|
This file contains the function to recover the state transition graph of a finite state machine. More...
#include "hal_core/utilities/result.h"#include "solve_fsm/configuration.h"#include "solve_fsm/state_transition_graph.h"
Go to the source code of this file.
Namespaces | |
| hal | |
| hal::solve_fsm | |
| Recovers the state transition graph of a finite state machine from the gate-level netlist that implements it. | |
Functions | |
| Result< StateTransitionGraph > | hal::solve_fsm::solve_fsm (const Configuration &config) |
| Recover the state transition graph of an FSM from the netlist that implements it. More... | |
This file contains the function to recover the state transition graph of a finite state machine.
Definition in file solve_fsm.h.