SURF
Loading...
Searching...
No Matches
FifoAsync Entity Reference
+ Inheritance diagram for FifoAsync:
+ Collaboration diagram for FifoAsync:

Entities

FifoAsync.mapping  architecture
 

Libraries

ieee 
surf 

Use Clauses

std_logic_1164 
std_logic_arith 
std_logic_unsigned 
StdRtlPkg  Package <StdRtlPkg>

Generics

TPD_G  time := 1 ns
RST_POLARITY_G  sl := ' 1 '
RST_ASYNC_G  boolean := false
MEMORY_TYPE_G  string := " block "
BYP_RAM_G  boolean := false
FWFT_EN_G  boolean := false
SYNC_STAGES_G  positive := 3
PIPE_STAGES_G  natural := 0
DATA_WIDTH_G  positive := 16
ADDR_WIDTH_G  positive := 4
INIT_G  slv := " 0 "
FULL_THRES_G  positive := 1
EMPTY_THRES_G  positive := 1

Ports

rst   in   sl
wr_clk   in   sl
wr_en   in   sl
din   in   slv ( DATA_WIDTH_G- 1 downto 0 )
wr_data_count   out   slv ( ADDR_WIDTH_G- 1 downto 0 )
wr_ack   out   sl
overflow   out   sl
prog_full   out   sl
almost_full   out   sl
full   out   sl
not_full   out   sl
rd_clk   in   sl
rd_en   in   sl
dout   out   slv ( DATA_WIDTH_G- 1 downto 0 )
rd_data_count   out   slv ( ADDR_WIDTH_G- 1 downto 0 )
valid   out   sl
underflow   out   sl
prog_empty   out   sl
almost_empty   out   sl
empty   out   sl

The documentation for this design unit was generated from the following files: