SURF  1.0
AxiStreamDmaV2Desc Entity Reference
+ Inheritance diagram for AxiStreamDmaV2Desc:
+ Collaboration diagram for AxiStreamDmaV2Desc:

Entities

rtl  architecture
 

Libraries

ieee 

Use Clauses

std_logic_1164 
std_logic_arith 
std_logic_unsigned 
NUMERIC_STD 
StdRtlPkg  Package <StdRtlPkg>
AxiPkg  Package <AxiPkg>
AxiLitePkg  Package <AxiLitePkg>
AxiDmaPkg  Package <AxiDmaPkg>
ArbiterPkg  Package <ArbiterPkg>

Generics

TPD_G  time := 1 ns
CHAN_COUNT_G  integer range 1 to 16 := 1
AXIL_BASE_ADDR_G  slv ( 31 downto 0 ) := x " 00000000 "
AXI_ERROR_RESP_G  slv ( 1 downto 0 ) := AXI_RESP_OK_C
AXI_READY_EN_G  boolean := false
AXI_CONFIG_G  AxiConfigType := AXI_CONFIG_INIT_C
DESC_AWIDTH_G  integer range 4 to 12 := 12
ACK_WAIT_BVALID_G  boolean := true

Ports

axiClk   in sl
axiRst   in sl
axilReadMaster   in AxiLiteReadMasterType
axilReadSlave   out AxiLiteReadSlaveType
axilWriteMaster   in AxiLiteWriteMasterType
axilWriteSlave   out AxiLiteWriteSlaveType
interrupt   out sl
online   out slv ( CHAN_COUNT_G - 1 downto 0 )
acknowledge   out slv ( CHAN_COUNT_G - 1 downto 0 )
dmaWrDescReq   in AxiWriteDmaDescReqArray ( CHAN_COUNT_G - 1 downto 0 )
dmaWrDescAck   out AxiWriteDmaDescAckArray ( CHAN_COUNT_G - 1 downto 0 )
dmaWrDescRet   in AxiWriteDmaDescRetArray ( CHAN_COUNT_G - 1 downto 0 )
dmaWrDescRetAck   out slv ( CHAN_COUNT_G - 1 downto 0 )
dmaRdDescReq   out AxiReadDmaDescReqArray ( CHAN_COUNT_G - 1 downto 0 )
dmaRdDescAck   in slv ( CHAN_COUNT_G - 1 downto 0 )
dmaRdDescRet   in AxiReadDmaDescRetArray ( CHAN_COUNT_G - 1 downto 0 )
dmaRdDescRetAck   out slv ( CHAN_COUNT_G - 1 downto 0 )
axiCache   out slv ( 3 downto 0 )
axiWriteMaster   out AxiWriteMasterType
axiWriteSlave   in AxiWriteSlaveType
axiWriteCtrl   in AxiCtrlType := AXI_CTRL_UNUSED_C

Detailed Description

See also
entity

Definition at line 33 of file AxiStreamDmaV2Desc.vhd.

Member Data Documentation

◆ TPD_G

TPD_G time := 1 ns
Generic

Definition at line 35 of file AxiStreamDmaV2Desc.vhd.

◆ CHAN_COUNT_G

CHAN_COUNT_G integer range 1 to 16 := 1
Generic

Definition at line 36 of file AxiStreamDmaV2Desc.vhd.

◆ AXIL_BASE_ADDR_G

AXIL_BASE_ADDR_G slv ( 31 downto 0 ) := x " 00000000 "
Generic

Definition at line 37 of file AxiStreamDmaV2Desc.vhd.

◆ AXI_ERROR_RESP_G

AXI_ERROR_RESP_G slv ( 1 downto 0 ) := AXI_RESP_OK_C
Generic

Definition at line 38 of file AxiStreamDmaV2Desc.vhd.

◆ AXI_READY_EN_G

AXI_READY_EN_G boolean := false
Generic

Definition at line 39 of file AxiStreamDmaV2Desc.vhd.

◆ AXI_CONFIG_G

Definition at line 40 of file AxiStreamDmaV2Desc.vhd.

◆ DESC_AWIDTH_G

DESC_AWIDTH_G integer range 4 to 12 := 12
Generic

Definition at line 41 of file AxiStreamDmaV2Desc.vhd.

◆ ACK_WAIT_BVALID_G

ACK_WAIT_BVALID_G boolean := true
Generic

Definition at line 42 of file AxiStreamDmaV2Desc.vhd.

◆ axiClk

axiClk in sl
Port

Definition at line 45 of file AxiStreamDmaV2Desc.vhd.

◆ axiRst

axiRst in sl
Port

Definition at line 46 of file AxiStreamDmaV2Desc.vhd.

◆ axilReadMaster

Definition at line 48 of file AxiStreamDmaV2Desc.vhd.

◆ axilReadSlave

Definition at line 49 of file AxiStreamDmaV2Desc.vhd.

◆ axilWriteMaster

Definition at line 50 of file AxiStreamDmaV2Desc.vhd.

◆ axilWriteSlave

Definition at line 51 of file AxiStreamDmaV2Desc.vhd.

◆ interrupt

interrupt out sl
Port

Definition at line 53 of file AxiStreamDmaV2Desc.vhd.

◆ online

online out slv ( CHAN_COUNT_G - 1 downto 0 )
Port

Definition at line 54 of file AxiStreamDmaV2Desc.vhd.

◆ acknowledge

acknowledge out slv ( CHAN_COUNT_G - 1 downto 0 )
Port

Definition at line 55 of file AxiStreamDmaV2Desc.vhd.

◆ dmaWrDescReq

Definition at line 57 of file AxiStreamDmaV2Desc.vhd.

◆ dmaWrDescAck

Definition at line 58 of file AxiStreamDmaV2Desc.vhd.

◆ dmaWrDescRet

Definition at line 59 of file AxiStreamDmaV2Desc.vhd.

◆ dmaWrDescRetAck

dmaWrDescRetAck out slv ( CHAN_COUNT_G - 1 downto 0 )
Port

Definition at line 60 of file AxiStreamDmaV2Desc.vhd.

◆ dmaRdDescReq

Definition at line 62 of file AxiStreamDmaV2Desc.vhd.

◆ dmaRdDescAck

dmaRdDescAck in slv ( CHAN_COUNT_G - 1 downto 0 )
Port

Definition at line 63 of file AxiStreamDmaV2Desc.vhd.

◆ dmaRdDescRet

Definition at line 64 of file AxiStreamDmaV2Desc.vhd.

◆ dmaRdDescRetAck

dmaRdDescRetAck out slv ( CHAN_COUNT_G - 1 downto 0 )
Port

Definition at line 65 of file AxiStreamDmaV2Desc.vhd.

◆ axiCache

axiCache out slv ( 3 downto 0 )
Port

Definition at line 67 of file AxiStreamDmaV2Desc.vhd.

◆ axiWriteMaster

Definition at line 69 of file AxiStreamDmaV2Desc.vhd.

◆ axiWriteSlave

Definition at line 70 of file AxiStreamDmaV2Desc.vhd.

◆ axiWriteCtrl

Definition at line 71 of file AxiStreamDmaV2Desc.vhd.

◆ ieee

ieee
Library

Definition at line 19 of file AxiStreamDmaV2Desc.vhd.

◆ std_logic_1164

std_logic_1164
Package

Definition at line 20 of file AxiStreamDmaV2Desc.vhd.

◆ std_logic_arith

std_logic_arith
Package

Definition at line 21 of file AxiStreamDmaV2Desc.vhd.

◆ std_logic_unsigned

Definition at line 22 of file AxiStreamDmaV2Desc.vhd.

◆ NUMERIC_STD

NUMERIC_STD
Package

Definition at line 23 of file AxiStreamDmaV2Desc.vhd.

◆ StdRtlPkg

StdRtlPkg
Package

Definition at line 25 of file AxiStreamDmaV2Desc.vhd.

◆ AxiPkg

AxiPkg
Package

Definition at line 26 of file AxiStreamDmaV2Desc.vhd.

◆ AxiLitePkg

AxiLitePkg
Package

Definition at line 27 of file AxiStreamDmaV2Desc.vhd.

◆ AxiDmaPkg

AxiDmaPkg
Package

Definition at line 28 of file AxiStreamDmaV2Desc.vhd.

◆ ArbiterPkg

ArbiterPkg
Package

Definition at line 29 of file AxiStreamDmaV2Desc.vhd.


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