contents.gifindex.gif

Async_reset and Sync_reset

Syntax

SYNC_RESET symbolic_state_id : input_expression ;
ASYNC_RESET symbolic_state_id : input_expression ;

symbolic_state_id - an identifier used for reference to a symbolic state

input_expression - any valid expression

Use

In symbolic state descriptions, the SYNC_RESET and ASYNC_RESET statements specify synchronous or asynchronous state machine reset logic in terms of symbolic states.

Examples

ASYNC_RESET Start : Reset ;

SYNC_RESET Start : Reset ;


See Also

State

State_diagram

Using Symbolic State Descriptions