SURF
1.0
|
Libraries | |
ieee |
Use Clauses | |
std_logic_1164 | |
StdRtlPkg | Package <StdRtlPkg> |
Constants | |
AXI_LITE_MASTER_REQ_INIT_C | AxiLiteMasterReqType := ( request = > ' 0 ' , rnw = > ' 1 ' , address = > ( others = > ' 0 ' ) , wrData = > ( others = > ' 0 ' ) ) |
AXI_LITE_MASTER_ACK_INIT_C | AxiLiteMasterAckType := ( done = > ' 0 ' , resp = > ( others = > ' 0 ' ) , rdData = > ( others = > ' 0 ' ) ) |
Records | |
AxiLiteMasterReqType | |
request | sl |
rnw | sl |
address | slv ( 31 downto 0 ) |
wrData | slv ( 31 downto 0 ) |
AxiLiteMasterAckType | |
done | sl |
resp | slv ( 1 downto 0 ) |
rdData | slv ( 31 downto 0 ) |
Definition at line 23 of file AxiLiteMasterPkg.vhd.
|
Library |
Definition at line 18 of file AxiLiteMasterPkg.vhd.
|
Package |
Definition at line 19 of file AxiLiteMasterPkg.vhd.
|
Package |
Definition at line 21 of file AxiLiteMasterPkg.vhd.
|
Record |
Definition at line 27 of file AxiLiteMasterPkg.vhd.
Definition at line 28 of file AxiLiteMasterPkg.vhd.
Definition at line 29 of file AxiLiteMasterPkg.vhd.
Definition at line 30 of file AxiLiteMasterPkg.vhd.
Definition at line 31 of file AxiLiteMasterPkg.vhd.
|
Constant |
Definition at line 34 of file AxiLiteMasterPkg.vhd.
|
Record |
Definition at line 40 of file AxiLiteMasterPkg.vhd.
Definition at line 41 of file AxiLiteMasterPkg.vhd.
Definition at line 42 of file AxiLiteMasterPkg.vhd.
Definition at line 43 of file AxiLiteMasterPkg.vhd.
|
Constant |
Definition at line 46 of file AxiLiteMasterPkg.vhd.