Entity: AxiStreamSplitter

Diagram

time TPD_G positive LANES_G AxiStreamConfigType SLAVE_AXI_CONFIG_G AxiStreamConfigType MASTER_AXI_CONFIG_G sl axisClk sl axisRst AxiStreamMasterType sAxisMaster AxiStreamSlaveArray (LANES_G-1 downto 0) mAxisSlaves AxiStreamSlaveType sAxisSlave AxiStreamMasterArray(LANES_G-1 downto 0) mAxisMasters

Description


Company : SLAC National Accelerator Laboratory

Description: splits a "wide" AXI stream bus into multiple "narrower" buses

Note: This module does NOT support interleaving of TDEST

This file is part of 'SLAC Firmware Standard Library'. It is subject to the license terms in the LICENSE.txt file found in the top-level directory of this distribution and at: https://confluence.slac.stanford.edu/display/ppareg/LICENSE.html. No part of 'SLAC Firmware Standard Library', including this file, may be copied, modified, propagated, or distributed except according to

the terms contained in the LICENSE.txt file.

Generics

Generic name Type Value Description
TPD_G time 1 ns
LANES_G positive 4
SLAVE_AXI_CONFIG_G AxiStreamConfigType
MASTER_AXI_CONFIG_G AxiStreamConfigType

Ports

Port name Direction Type Description
axisClk in sl Clock and Reset
axisRst in sl
sAxisMaster in AxiStreamMasterType Slave Port
sAxisSlave out AxiStreamSlaveType
mAxisMasters out AxiStreamMasterArray(LANES_G-1 downto 0) Master Ports
mAxisSlaves in AxiStreamSlaveArray (LANES_G-1 downto 0)

Signals

Name Type Description
r RegType
rin RegType

Constants

Name Type Value Description
SEQ_C slv(15 downto 8) x"55"
REG_INIT_C RegType ( masters => (others => axiStreamMasterInit(MASTER_AXI_CONFIG_G)),
nready => (others => '0'),
tSeq => (others => '0'),
first => '1',
slave => AXI_STREAM_SLAVE_INIT_C)

Types

Name Type Description
RegType

Processes