SURF
1.0
|
Entities | |
mapping | architecture |
Libraries | |
ieee |
Use Clauses | |
std_logic_1164 | |
std_logic_unsigned | |
StdRtlPkg | Package <StdRtlPkg> |
Generics | |
TPD_G | time := 1 ns |
RST_POLARITY_G | sl := ' 1 ' |
BRAM_EN_G | boolean := true |
REG_EN_G | boolean := true |
DOA_REG_G | boolean := false |
DOB_REG_G | boolean := false |
MODE_G | string := " read-first " |
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 = > ' 1 ' ) |
rsta | in sl := not ( RST_POLARITY_G ) |
addra | in slv ( ADDR_WIDTH_G - 1 downto 0 ) := ( others = > ' 0 ' ) |
dina | in slv ( DATA_WIDTH_G - 1 downto 0 ) := ( others = > ' 0 ' ) |
douta | out slv ( DATA_WIDTH_G - 1 downto 0 ) |
regcea | in sl := ' 1 ' |
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 ) |
regceb | in sl := ' 1 ' |
Definition at line 26 of file DualPortRam.vhd.
|
Generic |
Definition at line 29 of file DualPortRam.vhd.
|
Generic |
Definition at line 30 of file DualPortRam.vhd.
|
Generic |
Definition at line 31 of file DualPortRam.vhd.
|
Generic |
Definition at line 32 of file DualPortRam.vhd.
|
Generic |
Definition at line 33 of file DualPortRam.vhd.
|
Generic |
Definition at line 34 of file DualPortRam.vhd.
|
Generic |
Definition at line 35 of file DualPortRam.vhd.
|
Generic |
Definition at line 36 of file DualPortRam.vhd.
|
Generic |
Definition at line 37 of file DualPortRam.vhd.
|
Generic |
Definition at line 38 of file DualPortRam.vhd.
|
Generic |
Definition at line 39 of file DualPortRam.vhd.
Definition at line 40 of file DualPortRam.vhd.
Definition at line 43 of file DualPortRam.vhd.
Definition at line 44 of file DualPortRam.vhd.
Definition at line 45 of file DualPortRam.vhd.
|
Port |
Definition at line 46 of file DualPortRam.vhd.
|
Port |
Definition at line 47 of file DualPortRam.vhd.
|
Port |
Definition at line 48 of file DualPortRam.vhd.
|
Port |
Definition at line 49 of file DualPortRam.vhd.
|
Port |
Definition at line 50 of file DualPortRam.vhd.
Definition at line 51 of file DualPortRam.vhd.
Definition at line 53 of file DualPortRam.vhd.
Definition at line 54 of file DualPortRam.vhd.
|
Port |
Definition at line 55 of file DualPortRam.vhd.
|
Port |
Definition at line 56 of file DualPortRam.vhd.
|
Port |
Definition at line 57 of file DualPortRam.vhd.
Definition at line 58 of file DualPortRam.vhd.
|
Library |
Definition at line 18 of file DualPortRam.vhd.
|
Package |
Definition at line 19 of file DualPortRam.vhd.
|
Package |
Definition at line 20 of file DualPortRam.vhd.
|
Package |
Definition at line 22 of file DualPortRam.vhd.