Back to Design Hierarchy Report
Entity - FIFO_DC_DROP_BAD_FRAME
Summary
Name |
Location |
Description |
---|---|---|
FIFO_DC_DROP_BAD_FRAME |
Instantiations
Count: 2
Name |
Location |
Description |
Details |
---|---|---|---|
inst_mid_buf_bc |
|||
inst_mid_buf |
Generics
Count: 4
Name |
Type |
Default value |
Description |
---|---|---|---|
integer |
8 |
Data bus fifo length |
|
integer |
8 |
Address bus fifo length |
|
integer |
2**8 |
high threshold |
|
integer |
0 |
low threshold |
Ports
Count: 18
Name |
Mode |
Type |
Description |
---|---|---|---|
in |
std_logic |
||
in |
std_logic |
Clock |
|
in |
std_logic_vector ( G_DWIDTH - 1 downto 0 ) |
Data write bus |
|
in |
std_logic |
Write command |
|
in |
std_logic |
Valid received data |
|
in |
std_logic |
End of frame |
|
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 |
|
out |
std_logic |
fifo is flushing |
|
out |
std_logic |
threshold high reached flag (on WR_CLK) |
|
out |
std_logic |
threshold low 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) |