Back to FSM Report


FSM #4: current_state

Summary

Name

Location

Graph

Reset State

States

Input Signals

Output Signals

current_state

data_in_buf.vhd#117

Open FSM Diagram

INIT_ST

Count: 4
ADD_EEP_ST
IDLE_ST
INIT_ST
LINK_RESET_ST

4

3


Input Signals

Count: 4

Name

Declaration

LINK_RESET_DLRE

data_in_buf.vhd#38

last_k_char_reg2

data_in_buf.vhd#124

link_reset_dlre_r

data_in_buf.vhd#140

status_busy_flush

data_in_buf.vhd#119

Output Signals

Count: 3

Name

Declaration

cmd_flush

data_in_buf.vhd#121

data_in

data_in_buf.vhd#125

data_in_en

data_in_buf.vhd#126

Transition table

From

To

Input Control Signals

INIT_ST

INIT_ST

LINK_RESET_DLRE: data_in_buf.vhd#38
link_reset_dlre_r: data_in_buf.vhd#140

INIT_ST

IDLE_ST

LINK_RESET_DLRE: data_in_buf.vhd#38
link_reset_dlre_r: data_in_buf.vhd#140

IDLE_ST

IDLE_ST

LINK_RESET_DLRE: data_in_buf.vhd#38

IDLE_ST

LINK_RESET_ST

LINK_RESET_DLRE: data_in_buf.vhd#38

LINK_RESET_ST

IDLE_ST

LINK_RESET_DLRE: data_in_buf.vhd#38
last_k_char_reg2: data_in_buf.vhd#124

LINK_RESET_ST

LINK_RESET_ST

LINK_RESET_DLRE: data_in_buf.vhd#38

LINK_RESET_ST

ADD_EEP_ST

LINK_RESET_DLRE: data_in_buf.vhd#38
last_k_char_reg2: data_in_buf.vhd#124

ADD_EEP_ST

IDLE_ST

LINK_RESET_DLRE: data_in_buf.vhd#38
status_busy_flush: data_in_buf.vhd#119

ADD_EEP_ST

ADD_EEP_ST

LINK_RESET_DLRE: data_in_buf.vhd#38
status_busy_flush: data_in_buf.vhd#119


Back to FSM Report