1 ------------------------------------------------------------------------------- 2 -- File : AxiDac7654Pkg.vhd 3 -- Company : SLAC National Accelerator Laboratory 4 -- Created : 2015-03-20 5 -- Last update: 2015-03-23 6 ------------------------------------------------------------------------------- 7 -- Description: AxiDac7654 Package File 8 ------------------------------------------------------------------------------- 9 -- This file is part of 'SLAC Firmware Standard Library'. 10 -- It is subject to the license terms in the LICENSE.txt file found in the 11 -- top-level directory of this distribution and at: 12 -- https://confluence.slac.stanford.edu/display/ppareg/LICENSE.html. 13 -- No part of 'SLAC Firmware Standard Library', including this file, 14 -- may be copied, modified, propagated, or distributed except according to 15 -- the terms contained in the LICENSE.txt file. 16 ------------------------------------------------------------------------------- 19 use ieee.std_logic_1164.
all;
25 --! @ingroup devices_Ti_dac7654 59 data => (others => x"8000"));
AxiDac7654InType :=(sdo => '0') AXI_DAC7654_IN_INIT_C
array(natural range <> ) of AxiDac7654OutType AxiDac7654OutArray
array(integer range <> ,integer range <> ) of AxiDac7654OutType AxiDac7654OutVectorArray
array(natural range <> ) of AxiDac7654InType AxiDac7654InArray
array(integer range <> ,integer range <> ) of AxiDac7654InType AxiDac7654InVectorArray
AxiDac7654OutType :=(cs => '1',sck => '1',sdi => '0',load => '1',ldac => '0',rst => '0') AXI_DAC7654_OUT_INIT_C
AxiDac7654SpiOutType :=(ack => '0') AXI_DAC7654_SPI_OUT_INIT_C
array(natural range <> ) of slv( 15 downto 0) Slv16Array
AxiDac7654StatusType :=(spi => AXI_DAC7654_SPI_OUT_INIT_C) AXI_DAC7654_STATUS_INIT_C
AxiDac7654SpiInType :=(req => '1',data =>( others => x"8000")) AXI_DAC7654_SPI_IN_INIT_C
AxiDac7654ConfigType :=(spi => AXI_DAC7654_SPI_IN_INIT_C) AXI_DAC7654_CONFIG_INIT_C