SURF  1.0
AxiLiteMasterPkg Package Reference

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 )

Detailed Description

Definition at line 23 of file AxiLiteMasterPkg.vhd.

Member Data Documentation

◆ ieee

ieee
Library

Definition at line 18 of file AxiLiteMasterPkg.vhd.

◆ std_logic_1164

std_logic_1164
Package

Definition at line 19 of file AxiLiteMasterPkg.vhd.

◆ StdRtlPkg

StdRtlPkg
Package

Definition at line 21 of file AxiLiteMasterPkg.vhd.

◆ AxiLiteMasterReqType

Definition at line 27 of file AxiLiteMasterPkg.vhd.

◆ request

request sl
Record

Definition at line 28 of file AxiLiteMasterPkg.vhd.

◆ rnw

rnw sl
Record

Definition at line 29 of file AxiLiteMasterPkg.vhd.

◆ address

address slv ( 31 downto 0 )
Record

Definition at line 30 of file AxiLiteMasterPkg.vhd.

◆ wrData

wrData slv ( 31 downto 0 )
Record

Definition at line 31 of file AxiLiteMasterPkg.vhd.

◆ AXI_LITE_MASTER_REQ_INIT_C

AXI_LITE_MASTER_REQ_INIT_C AxiLiteMasterReqType := ( request = > ' 0 ' , rnw = > ' 1 ' , address = > ( others = > ' 0 ' ) , wrData = > ( others = > ' 0 ' ) )
Constant

Definition at line 34 of file AxiLiteMasterPkg.vhd.

◆ AxiLiteMasterAckType

Definition at line 40 of file AxiLiteMasterPkg.vhd.

◆ done

done sl
Record

Definition at line 41 of file AxiLiteMasterPkg.vhd.

◆ resp

resp slv ( 1 downto 0 )
Record

Definition at line 42 of file AxiLiteMasterPkg.vhd.

◆ rdData

rdData slv ( 31 downto 0 )
Record

Definition at line 43 of file AxiLiteMasterPkg.vhd.

◆ AXI_LITE_MASTER_ACK_INIT_C

AXI_LITE_MASTER_ACK_INIT_C AxiLiteMasterAckType := ( done = > ' 0 ' , resp = > ( others = > ' 0 ' ) , rdData = > ( others = > ' 0 ' ) )
Constant

Definition at line 46 of file AxiLiteMasterPkg.vhd.


The documentation for this class was generated from the following file: