Back to Design Hierarchy Report
Entity - FIFO_DC_AXIS_S
Summary
Name |
Location |
Description |
---|---|---|
FIFO_DC_AXIS_S |
Instantiations
Count: 9
Name |
Location |
Description |
Details |
---|---|---|---|
ints_fifo_dc_axis_s |
|||
ints_fifo_dc_axis_s |
|||
ints_fifo_dc_axis_s |
|||
ints_fifo_dc_axis_s |
|||
ints_fifo_dc_axis_s |
|||
ints_fifo_dc_axis_s |
|||
ints_fifo_dc_axis_s |
|||
ints_fifo_dc_axis_s |
|||
ints_fifo_dc_axis_s |
Generics
Count: 6
Name |
Type |
Default value |
Description |
---|---|---|---|
integer |
36 |
Data bus FIFO length |
|
integer |
10 |
Address bus FIFO length |
|
integer |
2**10 |
High threshold |
|
integer |
0 |
Low threshold |
|
integer |
32 |
Data AXIS length |
|
integer |
4 |
User AXIS length |
Ports
Count: 19
Name |
Mode |
Type |
Description |
---|---|---|---|
in |
std_logic |
Active-low reset |
|
in |
std_logic |
Clock |
|
out |
std_logic_vector ( G_DWIDTH - 1 downto 0 ) |
Data read bus |
|
in |
std_logic |
Read command |
|
out |
std_logic |
Data valid |
|
in |
std_logic |
FIFO flush command |
|
out |
std_logic |
FIFO is flushing |
|
out |
std_logic |
High threshold reached flag (on WR_CLK) |
|
out |
std_logic |
Low threshold reached flag (on RD_CLK) |
|
out |
std_logic |
Full FIFO flag (on WR_CLK) |
|
out |
std_logic |
Empty FIFO flag (on RD_CLK) |
|
out |
std_logic_vector ( G_AWIDTH - 1 downto 0 ) |
FIFO fill level (on WR_CLK) |
|
out |
std_logic_vector ( G_AWIDTH - 1 downto 0 ) |
FIFO fill level (on RD_CLK) |
|
in |
std_logic |
AXI4Stream Clock |
|
out |
std_logic |
Ready to accept data |
|
in |
std_logic_vector ( S_AXIS_TDATA_WIDTH - 1 downto 0 ) |
Data input bus |
|
in |
std_logic_vector ( S_AXIS_TUSER_WIDTH - 1 downto 0 ) |
User-defined data input bus |
|
in |
std_logic |
Indicates boundary of last packet |
|
in |
std_logic |
Data is valid |