1 ------------------------------------------------------------------------------- 2 -- File : AxiLiteEmptyVector.vhd 3 -- Company : SLAC National Accelerator Laboratory 4 -- Created : 2015-08-18 5 -- Last update: 2015-08-18 6 ------------------------------------------------------------------------------- 7 -- Description: Wrapper for a multiple AxiLiteEmpty modules 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;
37 end AxiLiteEmptyVector;
44 for i in (WIDTH_G-1) downto 0 generate 59 end architecture mapping;
in axiReadMastersAxiLiteReadMasterArray( WIDTH_G- 1 downto 0)
array(natural range <> ) of AxiLiteWriteSlaveType AxiLiteWriteSlaveArray
out axiWriteSlaveAxiLiteWriteSlaveType
array(natural range <> ) of AxiLiteReadMasterType AxiLiteReadMasterArray
out axiWriteSlavesAxiLiteWriteSlaveArray( WIDTH_G- 1 downto 0)
out axiReadSlavesAxiLiteReadSlaveArray( WIDTH_G- 1 downto 0)
out axiReadSlaveAxiLiteReadSlaveType
in axiReadMasterAxiLiteReadMasterType
array(natural range <> ) of AxiLiteWriteMasterType AxiLiteWriteMasterArray
in axiWriteMasterAxiLiteWriteMasterType
array(natural range <> ) of AxiLiteReadSlaveType AxiLiteReadSlaveArray
in axiWriteMastersAxiLiteWriteMasterArray( WIDTH_G- 1 downto 0)