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

Entities

FifoXpm.mapping  architecture
 

Libraries

ieee 
surf 
xpm 

Use Clauses

std_logic_1164 
std_logic_unsigned 
std_logic_arith 
StdRtlPkg  Package <StdRtlPkg>
vcomponents 

Generics

TPD_G  time := 1 ns
RST_POLARITY_G  sl := ' 1 '
RST_ASYNC_G  boolean := false
FWFT_EN_G  boolean := false
GEN_SYNC_FIFO_G  boolean := false
MEMORY_TYPE_G  string := " block "
SYNC_STAGES_G  positive := 3
PIPE_STAGES_G  natural := 0
DATA_WIDTH_G  positive := 18
ADDR_WIDTH_G  positive := 10
FULL_THRES_G  positive := 16
EMPTY_THRES_G  positive := 16
ECC_MODE_G  string := " no_ecc "
RELATED_CLOCKS_G  natural range 0 to 1 := 0

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 ) := ( others = > ' 0 ' )
wr_ack   out   sl := ' 1 '
overflow   out   sl := ' 0 '
prog_full   out   sl := ' 1 '
almost_full   out   sl := ' 1 '
full   out   sl := ' 1 '
not_full   out   sl := ' 1 '
rd_clk   in   sl
rd_en   in   sl
dout   out   slv ( DATA_WIDTH_G- 1 downto 0 ) := ( others = > ' 0 ' )
rd_data_count   out   slv ( ADDR_WIDTH_G- 1 downto 0 ) := ( others = > ' 0 ' )
valid   out   sl := ' 0 '
underflow   out   sl := ' 0 '
prog_empty   out   sl := ' 0 '
almost_empty   out   sl := ' 0 '
empty   out   sl := ' 0 '

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