1 -------------------------------------------------------------------------------     2 -- File       : AxiLiteMasterPkg.vhd     3 -- Company    : SLAC National Accelerator Laboratory     4 -- Created    : 2016-03-08     5 -- Last update: 2016-03-09     6 -------------------------------------------------------------------------------     7 -- Description: AxiLiteMaster Support Package     8 -------------------------------------------------------------------------------     9 -- This file is part of SLAC Firmware Standard Library. It is subject to    10 -- the license terms in the LICENSE.txt file found in the top-level directory    11 -- 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, may be    14 -- copied, modified, propagated, or distributed except according to the terms    15 -- contained in the LICENSE.txt file.    16 -------------------------------------------------------------------------------    19 use ieee.std_logic_1164.
all;
    38       wrData  => (others => '0'));
    48       resp   => (others => '0'),    49       rdData => (others => '0'));
    52 end package AxiLiteMasterPkg;
 
AxiLiteMasterReqType  :=(request  => '0',rnw  => '1',address  =>( others => '0'),wrData  =>( others => '0')) AXI_LITE_MASTER_REQ_INIT_C
AxiLiteMasterAckType  :=(done  => '0',resp  =>( others => '0'),rdData  =>( others => '0')) AXI_LITE_MASTER_ACK_INIT_C
slv( 31 downto  0)   address