Back to Design Hierarchy Report
Entity - FIFO_DC_AXIS_M
Summary
Name |
Location |
Description |
---|---|---|
FIFO_DC_AXIS_M |
Instantiations
Count: 9
Name |
Location |
Description |
Details |
---|---|---|---|
ints_fifo_dc_axis_m |
|||
ints_fifo_dc_axis_m |
|||
ints_fifo_dc_axis_m |
|||
ints_fifo_dc_axis_m |
|||
ints_fifo_dc_axis_m |
|||
ints_fifo_dc_axis_m |
|||
ints_fifo_dc_axis_m |
|||
ints_fifo_dc_axis_m |
|||
ints_fifo_dc_axis_m |
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: 18
Name |
Mode |
Type |
Description |
---|---|---|---|
in |
std_logic |
Active-low reset |
|
in |
std_logic |
Clock |
|
in |
std_logic_vector ( G_DWIDTH - 1 downto 0 ) |
Data write bus |
|
in |
std_logic |
Write command |
|
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 |
Clock input for the AXI Stream Master interface |
|
out |
std_logic |
Indicates that the data on M_AXIS_TDATA is valid |
|
out |
std_logic_vector ( M_AXIS_TDATA_WIDTH - 1 downto 0 ) |
Data output bus for the AXI Stream Master interface |
|
out |
std_logic |
Indicates the last transfer in a packet |
|
in |
std_logic |
Indicates that the receiver is ready to accept data |
|
out |
std_logic_vector ( M_AXIS_TUSER_WIDTH - 1 downto 0 ) |
User-defined data output bus for the AXI Stream Master interface |