Entity: ClinkFramerTb
- File: ClinkFramerTb.vhd
Diagram
Description
-----------------------------------------------------------------------------
Description: Simulation Testbed for clink framer
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 |
---|---|---|
sysClk | sl | |
sysRst | sl | |
linkMode | slv(3 downto 0) | |
dataMode | slv(3 downto 0) | |
dataEn | sl | |
frameCount | slv(31 downto 0) | |
dropCount | slv(31 downto 0) | |
locked | slv(2 downto 0) | |
running | sl | |
parData | Slv28Array(2 downto 0) | |
parValid | slv(2 downto 0) | |
parReady | sl | |
dataMaster | AxiStreamMasterType | |
dataSlave | AxiStreamSlaveType | |
testCount | slv(7 downto 0) |
Constants
Name | Type | Value | Description |
---|---|---|---|
AXIS_CONFIG_C | AxiStreamConfigType | ( TSTRB_EN_C => false, TDATA_BYTES_C => 16, -- 128 bits TDEST_BITS_C => 0, TID_BITS_C => 0, TKEEP_MODE_C => TKEEP_COMP_C, TUSER_BITS_C => 2, TUSER_MODE_C => TUSER_FIRST_LAST_C) |
|
CLK_PERIOD_C | time | 5.000 ns | |
TPD_G | time | 1 ns |
Processes
- unnamed: ( sysClk )
Instantiations
- U_ClkRst: surf.ClkRst
- U_Framing: surf.ClinkFraming
- U_Uart: surf.ClinkUart