Entity: SsiFilterTb
- File: SsiFilterTb.vhd
Diagram
Description
Title : SSI Protocol: https://confluence.slac.stanford.edu/x/0oyfD
Company : SLAC National Accelerator Laboratory
Description: Simulation Testbed for testing the SsiFifo 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 |
---|---|---|
r | RegType | |
rin | RegType | |
slowClk | sl | |
slowRst | sl | |
fastClk | sl | |
fastRst | sl | |
failed | sl | |
failedDly | sl | |
passedDly | sl | |
mAxisMaster | AxiStreamMasterType |
Constants
Name | Type | Value | Description |
---|---|---|---|
SLOW_CLK_PERIOD_C | time | 6.4 ns | |
FAST_CLK_PERIOD_C | time | 5 ns | |
TPD_C | time | (FAST_CLK_PERIOD_C/4) | |
SLAVE_AXI_CONFIG_C | AxiStreamConfigType | ssiAxiStreamConfig(16) | |
MASTER_AXI_CONFIG_C | AxiStreamConfigType | ssiAxiStreamConfig(8) | |
REG_INIT_C | RegType | ( passed => '0', toggle => '0', flood => '1', floodCnt => x"0000", movCnt => 0, sAxisMaster => AXI_STREAM_MASTER_INIT_C) |
Types
Name | Type | Description |
---|---|---|
RegType |
Processes
- comb: ( r, slowRst )
- seq: ( slowClk )
- unnamed: ( fastClk )
- unnamed: ( failedDly, passedDly )
Instantiations
- ClkRst_Fast: surf.ClkRst
- ClkRst_Slow: surf.ClkRst
- U_Fifo: surf.SsiFifo