SURF  1.0
SspDeframer Entity Reference
+ Inheritance diagram for SspDeframer:

Entities

rtl  architecture
 

Libraries

ieee 

Use Clauses

std_logic_1164 
STD_LOGIC_UNSIGNED 
STD_LOGIC_ARITH 
StdRtlPkg  Package <StdRtlPkg>

Generics

TPD_G  time := 1 ns
RST_POLARITY_G  sl := ' 0 '
RST_ASYNC_G  boolean := true
WORD_SIZE_G  integer := 16
K_SIZE_G  integer := 2
SSP_IDLE_CODE_G  slv
SSP_IDLE_K_G  slv
SSP_SOF_CODE_G  slv
SSP_SOF_K_G  slv
SSP_EOF_CODE_G  slv
SSP_EOF_K_G  slv

Ports

clk   in sl
rst   in sl := RST_POLARITY_G
dataKIn   in slv ( K_SIZE_G - 1 downto 0 )
dataIn   in slv ( WORD_SIZE_G - 1 downto 0 )
validIn   in sl
decErrIn   in sl := ' 0 '
dataOut   out slv ( WORD_SIZE_G - 1 downto 0 )
validOut   out sl
sof   out sl
eof   out sl
eofe   out sl

Detailed Description

See also
entity

Definition at line 29 of file SspDeframer.vhd.

Member Data Documentation

◆ TPD_G

TPD_G time := 1 ns
Generic

Definition at line 32 of file SspDeframer.vhd.

◆ RST_POLARITY_G

RST_POLARITY_G sl := ' 0 '
Generic

Definition at line 33 of file SspDeframer.vhd.

◆ RST_ASYNC_G

RST_ASYNC_G boolean := true
Generic

Definition at line 34 of file SspDeframer.vhd.

◆ WORD_SIZE_G

WORD_SIZE_G integer := 16
Generic

Definition at line 35 of file SspDeframer.vhd.

◆ K_SIZE_G

K_SIZE_G integer := 2
Generic

Definition at line 36 of file SspDeframer.vhd.

◆ SSP_IDLE_CODE_G

Definition at line 37 of file SspDeframer.vhd.

◆ SSP_IDLE_K_G

SSP_IDLE_K_G slv
Generic

Definition at line 38 of file SspDeframer.vhd.

◆ SSP_SOF_CODE_G

Definition at line 39 of file SspDeframer.vhd.

◆ SSP_SOF_K_G

SSP_SOF_K_G slv
Generic

Definition at line 40 of file SspDeframer.vhd.

◆ SSP_EOF_CODE_G

Definition at line 41 of file SspDeframer.vhd.

◆ SSP_EOF_K_G

SSP_EOF_K_G slv
Generic

Definition at line 42 of file SspDeframer.vhd.

◆ clk

clk in sl
Port

Definition at line 44 of file SspDeframer.vhd.

◆ rst

rst in sl := RST_POLARITY_G
Port

Definition at line 45 of file SspDeframer.vhd.

◆ dataKIn

dataKIn in slv ( K_SIZE_G - 1 downto 0 )
Port

Definition at line 46 of file SspDeframer.vhd.

◆ dataIn

dataIn in slv ( WORD_SIZE_G - 1 downto 0 )
Port

Definition at line 47 of file SspDeframer.vhd.

◆ validIn

validIn in sl
Port

Definition at line 48 of file SspDeframer.vhd.

◆ decErrIn

decErrIn in sl := ' 0 '
Port

Definition at line 49 of file SspDeframer.vhd.

◆ dataOut

dataOut out slv ( WORD_SIZE_G - 1 downto 0 )
Port

Definition at line 50 of file SspDeframer.vhd.

◆ validOut

validOut out sl
Port

Definition at line 51 of file SspDeframer.vhd.

◆ sof

sof out sl
Port

Definition at line 52 of file SspDeframer.vhd.

◆ eof

eof out sl
Port

Definition at line 53 of file SspDeframer.vhd.

◆ eofe

eofe out sl
Port

Definition at line 54 of file SspDeframer.vhd.

◆ ieee

ieee
Library

Definition at line 20 of file SspDeframer.vhd.

◆ std_logic_1164

std_logic_1164
Package

Definition at line 21 of file SspDeframer.vhd.

◆ STD_LOGIC_UNSIGNED

Definition at line 22 of file SspDeframer.vhd.

◆ STD_LOGIC_ARITH

STD_LOGIC_ARITH
Package

Definition at line 23 of file SspDeframer.vhd.

◆ StdRtlPkg

StdRtlPkg
Package

Definition at line 25 of file SspDeframer.vhd.


The documentation for this class was generated from the following file: