[source]

Architecture rtl of fifo_glue

Processes

process @ ( clk or ) [source]
'0' '0' '1' '1' 1 [(not (rst = '1') and not (Avail = '0') and not (got = '1') and (put = '1'))]
FSM Transitions for Full

#

Current State

Next State

Condition

1

'0'

'1'

[(not (rst = '1') and not (Avail = '0') and not (got = '1') and (put = '1'))]