SURF  1.0
AxiDac7654Pkg Package Reference

Libraries

ieee 

Use Clauses

std_logic_1164 
StdRtlPkg  Package <StdRtlPkg>

Constants

AXI_DAC7654_IN_INIT_C  AxiDac7654InType := ( sdo = > ' 0 ' )
AXI_DAC7654_OUT_INIT_C  AxiDac7654OutType := ( cs = > ' 1 ' , sck = > ' 1 ' , sdi = > ' 0 ' , load = > ' 1 ' , ldac = > ' 0 ' , rst = > ' 0 ' )
AXI_DAC7654_SPI_IN_INIT_C  AxiDac7654SpiInType := ( req = > ' 1 ' , data = > ( others = > x " 8000 " ) )
AXI_DAC7654_SPI_OUT_INIT_C  AxiDac7654SpiOutType := ( ack = > ' 0 ' )
AXI_DAC7654_STATUS_INIT_C  AxiDac7654StatusType := ( spi = > AXI_DAC7654_SPI_OUT_INIT_C )
AXI_DAC7654_CONFIG_INIT_C  AxiDac7654ConfigType := ( spi = > AXI_DAC7654_SPI_IN_INIT_C )

Types

AxiDac7654InArray array ( natural range <> ) of AxiDac7654InType
AxiDac7654InVectorArray array ( integer range <> , integer range <> ) of AxiDac7654InType
AxiDac7654OutArray array ( natural range <> ) of AxiDac7654OutType
AxiDac7654OutVectorArray array ( integer range <> , integer range <> ) of AxiDac7654OutType

Records

AxiDac7654InType  
sdo  sl
AxiDac7654OutType  
cs  sl
sck  sl
sdi  sl
load  sl
ldac  sl
rst  sl
AxiDac7654SpiInType  
req  sl
data  Slv16Array ( 0 to 3 )
AxiDac7654SpiOutType  
ack  sl
AxiDac7654StatusType  
spi  AxiDac7654SpiOutType
AxiDac7654ConfigType  
spi  AxiDac7654SpiInType

Detailed Description

Definition at line 23 of file AxiDac7654Pkg.vhd.

Member Data Documentation

◆ ieee

ieee
Library

Definition at line 18 of file AxiDac7654Pkg.vhd.

◆ std_logic_1164

std_logic_1164
Package

Definition at line 19 of file AxiDac7654Pkg.vhd.

◆ StdRtlPkg

StdRtlPkg
Package

Definition at line 21 of file AxiDac7654Pkg.vhd.

◆ AxiDac7654InType

Definition at line 27 of file AxiDac7654Pkg.vhd.

◆ sdo

sdo sl
Record

Definition at line 28 of file AxiDac7654Pkg.vhd.

◆ AxiDac7654InArray

AxiDac7654InArray array ( natural range <> ) of AxiDac7654InType
Type

Definition at line 30 of file AxiDac7654Pkg.vhd.

◆ AxiDac7654InVectorArray

AxiDac7654InVectorArray array ( integer range <> , integer range <> ) of AxiDac7654InType
Type

Definition at line 31 of file AxiDac7654Pkg.vhd.

◆ AXI_DAC7654_IN_INIT_C

AXI_DAC7654_IN_INIT_C AxiDac7654InType := ( sdo = > ' 0 ' )
Constant

Definition at line 32 of file AxiDac7654Pkg.vhd.

◆ AxiDac7654OutType

Definition at line 35 of file AxiDac7654Pkg.vhd.

◆ cs

cs sl
Record

Definition at line 36 of file AxiDac7654Pkg.vhd.

◆ sck

sck sl
Record

Definition at line 37 of file AxiDac7654Pkg.vhd.

◆ sdi

sdi sl
Record

Definition at line 38 of file AxiDac7654Pkg.vhd.

◆ load

load sl
Record

Definition at line 39 of file AxiDac7654Pkg.vhd.

◆ ldac

ldac sl
Record

Definition at line 40 of file AxiDac7654Pkg.vhd.

◆ rst

rst sl
Record

Definition at line 41 of file AxiDac7654Pkg.vhd.

◆ AxiDac7654OutArray

AxiDac7654OutArray array ( natural range <> ) of AxiDac7654OutType
Type

Definition at line 43 of file AxiDac7654Pkg.vhd.

◆ AxiDac7654OutVectorArray

AxiDac7654OutVectorArray array ( integer range <> , integer range <> ) of AxiDac7654OutType
Type

Definition at line 44 of file AxiDac7654Pkg.vhd.

◆ AXI_DAC7654_OUT_INIT_C

AXI_DAC7654_OUT_INIT_C AxiDac7654OutType := ( cs = > ' 1 ' , sck = > ' 1 ' , sdi = > ' 0 ' , load = > ' 1 ' , ldac = > ' 0 ' , rst = > ' 0 ' )
Constant

Definition at line 45 of file AxiDac7654Pkg.vhd.

◆ AxiDac7654SpiInType

Definition at line 53 of file AxiDac7654Pkg.vhd.

◆ req

req sl
Record

Definition at line 54 of file AxiDac7654Pkg.vhd.

◆ data

data Slv16Array ( 0 to 3 )
Record

Definition at line 55 of file AxiDac7654Pkg.vhd.

◆ AXI_DAC7654_SPI_IN_INIT_C

AXI_DAC7654_SPI_IN_INIT_C AxiDac7654SpiInType := ( req = > ' 1 ' , data = > ( others = > x " 8000 " ) )
Constant

Definition at line 57 of file AxiDac7654Pkg.vhd.

◆ AxiDac7654SpiOutType

Definition at line 61 of file AxiDac7654Pkg.vhd.

◆ ack

ack sl
Record

Definition at line 62 of file AxiDac7654Pkg.vhd.

◆ AXI_DAC7654_SPI_OUT_INIT_C

Definition at line 64 of file AxiDac7654Pkg.vhd.

◆ AxiDac7654StatusType

Definition at line 67 of file AxiDac7654Pkg.vhd.

◆ spi [1/2]

Definition at line 68 of file AxiDac7654Pkg.vhd.

◆ AXI_DAC7654_STATUS_INIT_C

◆ AxiDac7654ConfigType

Definition at line 73 of file AxiDac7654Pkg.vhd.

◆ spi [2/2]

Definition at line 74 of file AxiDac7654Pkg.vhd.

◆ AXI_DAC7654_CONFIG_INIT_C


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