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 |
RST_POLARITY_G | sl := ' 1 ' |
BRAM_EN_G | boolean := true |
DOB_REG_G | boolean := false |
ALTERA_SYN_G | boolean := false |
ALTERA_RAM_G | string := " M9K " |
BYTE_WR_EN_G | boolean := false |
DATA_WIDTH_G | integer range 1 to ( 2 ** 24 ) := 16 |
BYTE_WIDTH_G | integer := 8 |
ADDR_WIDTH_G | integer range 1 to ( 2 ** 24 ) := 4 |
INIT_G | slv := " 0 " |
Ports | |
clka | in sl := ' 0 ' |
ena | in sl := ' 1 ' |
wea | in sl := ' 0 ' |
weaByte | in slv ( wordCount ( DATA_WIDTH_G , BYTE_WIDTH_G ) - 1 downto 0 ) := ( others = > ' 0 ' ) |
addra | in slv ( ADDR_WIDTH_G - 1 downto 0 ) := ( others = > ' 0 ' ) |
dina | in slv ( DATA_WIDTH_G - 1 downto 0 ) := ( others = > ' 0 ' ) |
clkb | in sl := ' 0 ' |
enb | in sl := ' 1 ' |
rstb | in sl := not ( RST_POLARITY_G ) |
addrb | in slv ( ADDR_WIDTH_G - 1 downto 0 ) := ( others = > ' 0 ' ) |
doutb | out slv ( DATA_WIDTH_G - 1 downto 0 ) |
Definition at line 27 of file SimpleDualPortRam.vhd.
|
Generic |
Definition at line 29 of file SimpleDualPortRam.vhd.
|
Generic |
Definition at line 30 of file SimpleDualPortRam.vhd.
|
Generic |
Definition at line 31 of file SimpleDualPortRam.vhd.
|
Generic |
Definition at line 32 of file SimpleDualPortRam.vhd.
|
Generic |
Definition at line 33 of file SimpleDualPortRam.vhd.
|
Generic |
Definition at line 34 of file SimpleDualPortRam.vhd.
|
Generic |
Definition at line 35 of file SimpleDualPortRam.vhd.
|
Generic |
Definition at line 36 of file SimpleDualPortRam.vhd.
|
Generic |
Definition at line 37 of file SimpleDualPortRam.vhd.
|
Generic |
Definition at line 38 of file SimpleDualPortRam.vhd.
Definition at line 39 of file SimpleDualPortRam.vhd.
Definition at line 42 of file SimpleDualPortRam.vhd.
Definition at line 43 of file SimpleDualPortRam.vhd.
Definition at line 44 of file SimpleDualPortRam.vhd.
|
Port |
Definition at line 45 of file SimpleDualPortRam.vhd.
|
Port |
Definition at line 46 of file SimpleDualPortRam.vhd.
|
Port |
Definition at line 47 of file SimpleDualPortRam.vhd.
Definition at line 49 of file SimpleDualPortRam.vhd.
Definition at line 50 of file SimpleDualPortRam.vhd.
|
Port |
Definition at line 51 of file SimpleDualPortRam.vhd.
|
Port |
Definition at line 52 of file SimpleDualPortRam.vhd.
|
Port |
Definition at line 53 of file SimpleDualPortRam.vhd.
|
Library |
Definition at line 18 of file SimpleDualPortRam.vhd.
|
Package |
Definition at line 19 of file SimpleDualPortRam.vhd.
|
Package |
Definition at line 20 of file SimpleDualPortRam.vhd.
|
Package |
Definition at line 21 of file SimpleDualPortRam.vhd.
|
Package |
Definition at line 23 of file SimpleDualPortRam.vhd.