Entity: fifo_tb
- File: fifo_tb.vhd
Diagram
Description
Company : SLAC National Accelerator Laboratory
Description: Simulation Testbed for FIFO module
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.
Signals
Name | Type | Description |
---|---|---|
axiClk | sl | |
axiClkRst | sl | |
prbsMaster | AxiStreamMasterArray(EP_COUNT_C-1 downto 0) | |
prbsSlave | AxiStreamSlaveArray(EP_COUNT_C-1 downto 0) | |
wideMaster | AxiStreamMasterArray(EP_COUNT_C-1 downto 0) | |
wideSlave | AxiStreamSlaveArray(EP_COUNT_C-1 downto 0) | |
muxMaster | AxiStreamMasterType | |
muxSlave | AxiStreamSlaveType | |
fifoMaster | AxiStreamMasterType | |
fifoSlave | AxiStreamSlaveType | |
demuxMaster | AxiStreamMasterArray(EP_COUNT_C-1 downto 0) | |
demuxSlave | AxiStreamSlaveArray(EP_COUNT_C-1 downto 0) | |
updated | slv(EP_COUNT_C-1 downto 0) | |
errorDet | slv(EP_COUNT_C-1 downto 0) |
Constants
Name | Type | Value | Description |
---|---|---|---|
SRC_CONFIG_C | AxiStreamConfigType | ( TSTRB_EN_C => false, TDATA_BYTES_C => 2, TDEST_BITS_C => 8, TID_BITS_C => 8, TKEEP_MODE_C => TKEEP_COMP_C, TUSER_BITS_C => 2, TUSER_MODE_C => TUSER_FIRST_LAST_C ) |
|
FIFO_CONFIG_C | AxiStreamConfigType | ( TSTRB_EN_C => false, TDATA_BYTES_C => 8, TDEST_BITS_C => 4, TID_BITS_C => 0, TKEEP_MODE_C => TKEEP_COMP_C, TUSER_BITS_C => 2, TUSER_MODE_C => TUSER_FIRST_LAST_C ) |
|
EP_COUNT_C | integer | 4 | Number of end points |
TPD_C | time | 1 ns |
Processes
- unnamed: ( )
- unnamed: ( )
Instantiations
- U_Mux: surf.AxiStreamMux
- U_AxiStreamFifo: surf.AxiStreamFifoV2
- U_DeMux: surf.AxiStreamDeMux