Component fifo_ll_glue
Block Diagram of fifo_ll_glue
Minimal Local-Link-FIFO with single clock and first-word-fall-through mode.
Name |
Type |
Initial Value |
Description |
---|---|---|---|
D_BITS |
positive |
||
FRAME_USER_BITS |
natural |
||
REGISTER_PATH |
boolean |
Name |
Direction |
Type |
Description |
---|---|---|---|
clk |
in |
std_logic |
|
reset |
in |
std_logic |
|
sof_in |
in |
std_logic |
|
data_in |
in |
std_logic_vector |
|
frame_data_in |
in |
std_logic_vector |
|
eof_in |
in |
std_logic |
|
src_rdy_in |
in |
std_logic |
|
dst_rdy_in |
out |
std_logic |
|
sof_out |
out |
std_logic |
|
data_out |
out |
std_logic_vector |
|
frame_data_out |
out |
std_logic_vector |
|
eof_out |
out |
std_logic |
|
src_rdy_out |
out |
std_logic |
|
dst_rdy_out |
in |
std_logic |
×