Component fifo_ic_assembly
Block Diagram of fifo_ic_assembly
Name |
Type |
Initial Value |
Description |
---|---|---|---|
D_BITS |
positive |
|
|
A_BITS |
positive |
|
|
G_BITS |
positive |
Generation Guard Bits |
Name |
Direction |
Type |
Description |
---|---|---|---|
clk_wr |
in |
std_logic |
|
rst_wr |
in |
std_logic |
|
base |
out |
std_logic_vector |
|
failed |
out |
std_logic |
|
addr |
in |
std_logic_vector |
|
din |
in |
std_logic_vector |
|
put |
in |
std_logic |
|
clk_rd |
in |
std_logic |
|
rst_rd |
in |
std_logic |
|
dout |
out |
std_logic_vector |
|
vld |
out |
std_logic |
|
got |
in |
std_logic |
×