#include <defines.h>
Data Fields | |
expression * | from_state |
expression * | to_state |
fsm_arc * | next |
Contains information for a single state transition arc in an FSM within the design.
Pointer to expression that represents the state we are transferring from
Referenced by fsm_add_arc(), fsm_create_tables(), and fsm_dealloc().
Pointer to next fsm_arc in this list
Referenced by fsm_add_arc(), fsm_create_tables(), and fsm_dealloc().
Pointer to expression that represents the state we are transferring to
Referenced by fsm_add_arc(), fsm_create_tables(), and fsm_dealloc().