SURF
1.0
|
Entities | |
rtl | architecture |
Libraries | |
ieee |
Use Clauses | |
std_logic_1164 | |
std_logic_arith | |
std_logic_unsigned | |
StdRtlPkg | Package <StdRtlPkg> |
Generics | |
TPD_G | time := 1 ns |
COMMON_CLK_G | boolean := false |
BRAM_EN_G | boolean := false |
ALTERA_SYN_G | boolean := false |
ALTERA_RAM_G | string := " M9K " |
SYNC_STAGES_G | integer range 3 to ( 2 ** 24 ) := 3 |
PIPE_STAGES_G | natural range 0 to 16 := 0 |
DATA_WIDTH_G | integer range 1 to ( 2 ** 24 ) := 16 |
ADDR_WIDTH_G | integer range 2 to 48 := 4 |
INIT_G | slv := " 0 " |
Ports | |
rst | in sl := ' 0 ' |
wr_clk | in sl |
wr_en | in sl := ' 1 ' |
din | in slv ( DATA_WIDTH_G - 1 downto 0 ) |
rd_clk | in sl |
rd_en | in sl := ' 1 ' |
valid | out sl |
dout | out slv ( DATA_WIDTH_G - 1 downto 0 ) |
Definition at line 27 of file SynchronizerFifo.vhd.
|
Generic |
Definition at line 29 of file SynchronizerFifo.vhd.
|
Generic |
Definition at line 30 of file SynchronizerFifo.vhd.
|
Generic |
Definition at line 31 of file SynchronizerFifo.vhd.
|
Generic |
Definition at line 32 of file SynchronizerFifo.vhd.
|
Generic |
Definition at line 33 of file SynchronizerFifo.vhd.
|
Generic |
Definition at line 34 of file SynchronizerFifo.vhd.
|
Generic |
Definition at line 35 of file SynchronizerFifo.vhd.
|
Generic |
Definition at line 36 of file SynchronizerFifo.vhd.
|
Generic |
Definition at line 37 of file SynchronizerFifo.vhd.
Definition at line 38 of file SynchronizerFifo.vhd.
Definition at line 41 of file SynchronizerFifo.vhd.
Definition at line 43 of file SynchronizerFifo.vhd.
Definition at line 44 of file SynchronizerFifo.vhd.
|
Port |
Definition at line 45 of file SynchronizerFifo.vhd.
Definition at line 47 of file SynchronizerFifo.vhd.
Definition at line 48 of file SynchronizerFifo.vhd.
Definition at line 49 of file SynchronizerFifo.vhd.
|
Port |
Definition at line 50 of file SynchronizerFifo.vhd.
|
Library |
Definition at line 18 of file SynchronizerFifo.vhd.
|
Package |
Definition at line 19 of file SynchronizerFifo.vhd.
|
Package |
Definition at line 20 of file SynchronizerFifo.vhd.
|
Package |
Definition at line 21 of file SynchronizerFifo.vhd.
|
Package |
Definition at line 23 of file SynchronizerFifo.vhd.