HAL  v4.5.0-133-g64838ea8d
The Hardware Analyzer - a comprehensive reverse engineering and manipulation framework for gate-level netlists.
solve_fsm.h File Reference

This file contains the function to recover the state transition graph of a finite state machine. More...

Include dependency graph for solve_fsm.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...
 

Detailed Description

This file contains the function to recover the state transition graph of a finite state machine.

Definition in file solve_fsm.h.