SURF
1.0
|
Entities | |
rtl | architecture |
Libraries | |
ieee |
Use Clauses | |
std_logic_1164 | |
std_logic_arith | |
std_logic_unsigned | |
StdRtlPkg | Package <StdRtlPkg> |
AxiLitePkg | Package <AxiLitePkg> |
Generics | |
TPD_G | time := 1 ns |
BRAM_EN_G | boolean := false |
REG_EN_G | boolean := true |
MODE_G | string := " read-first " |
AXI_WR_EN_G | boolean := true |
SYS_WR_EN_G | boolean := false |
SYS_BYTE_WR_EN_G | boolean := false |
COMMON_CLK_G | boolean := false |
ADDR_WIDTH_G | integer range 1 to ( 2 ** 24 ) := 5 |
DATA_WIDTH_G | integer := 32 |
INIT_G | slv := " 0 " |
AXI_ERROR_RESP_G | slv ( 1 downto 0 ) := AXI_RESP_DECERR_C |
Ports | |
axiClk | in sl |
axiRst | in sl |
axiReadMaster | in AxiLiteReadMasterType |
axiReadSlave | out AxiLiteReadSlaveType |
axiWriteMaster | in AxiLiteWriteMasterType |
axiWriteSlave | out AxiLiteWriteSlaveType |
clk | in sl := ' 0 ' |
en | in sl := ' 1 ' |
we | in sl := ' 0 ' |
weByte | in slv ( wordCount ( DATA_WIDTH_G , 8 ) - 1 downto 0 ) := ( others = > ' 0 ' ) |
rst | in sl := ' 0 ' |
addr | in slv ( ADDR_WIDTH_G - 1 downto 0 ) := ( others = > ' 0 ' ) |
din | in slv ( DATA_WIDTH_G - 1 downto 0 ) := ( others = > ' 0 ' ) |
dout | out slv ( DATA_WIDTH_G - 1 downto 0 ) |
axiWrValid | out sl |
axiWrStrobe | out slv ( wordCount ( DATA_WIDTH_G , 8 ) - 1 downto 0 ) |
axiWrAddr | out slv ( ADDR_WIDTH_G - 1 downto 0 ) |
axiWrData | out slv ( DATA_WIDTH_G - 1 downto 0 ) |
Definition at line 29 of file AxiDualPortRam.vhd.
|
Generic |
Definition at line 32 of file AxiDualPortRam.vhd.
|
Generic |
Definition at line 33 of file AxiDualPortRam.vhd.
|
Generic |
Definition at line 34 of file AxiDualPortRam.vhd.
|
Generic |
Definition at line 35 of file AxiDualPortRam.vhd.
|
Generic |
Definition at line 36 of file AxiDualPortRam.vhd.
|
Generic |
Definition at line 37 of file AxiDualPortRam.vhd.
|
Generic |
Definition at line 38 of file AxiDualPortRam.vhd.
|
Generic |
Definition at line 39 of file AxiDualPortRam.vhd.
|
Generic |
Definition at line 40 of file AxiDualPortRam.vhd.
|
Generic |
Definition at line 41 of file AxiDualPortRam.vhd.
Definition at line 42 of file AxiDualPortRam.vhd.
|
Generic |
Definition at line 43 of file AxiDualPortRam.vhd.
Definition at line 47 of file AxiDualPortRam.vhd.
Definition at line 48 of file AxiDualPortRam.vhd.
|
Port |
Definition at line 49 of file AxiDualPortRam.vhd.
|
Port |
Definition at line 50 of file AxiDualPortRam.vhd.
|
Port |
Definition at line 51 of file AxiDualPortRam.vhd.
|
Port |
Definition at line 52 of file AxiDualPortRam.vhd.
Definition at line 55 of file AxiDualPortRam.vhd.
Definition at line 56 of file AxiDualPortRam.vhd.
Definition at line 57 of file AxiDualPortRam.vhd.
|
Port |
Definition at line 58 of file AxiDualPortRam.vhd.
Definition at line 59 of file AxiDualPortRam.vhd.
|
Port |
Definition at line 60 of file AxiDualPortRam.vhd.
|
Port |
Definition at line 61 of file AxiDualPortRam.vhd.
|
Port |
Definition at line 62 of file AxiDualPortRam.vhd.
|
Port |
Definition at line 63 of file AxiDualPortRam.vhd.
|
Port |
Definition at line 64 of file AxiDualPortRam.vhd.
|
Port |
Definition at line 65 of file AxiDualPortRam.vhd.
|
Port |
Definition at line 66 of file AxiDualPortRam.vhd.
|
Library |
Definition at line 19 of file AxiDualPortRam.vhd.
|
Package |
Definition at line 20 of file AxiDualPortRam.vhd.
|
Package |
Definition at line 21 of file AxiDualPortRam.vhd.
|
Package |
Definition at line 22 of file AxiDualPortRam.vhd.
|
Package |
Definition at line 24 of file AxiDualPortRam.vhd.
|
Package |
Definition at line 25 of file AxiDualPortRam.vhd.