SURF  1.0
Encoder8b10b Entity Reference
+ Inheritance diagram for Encoder8b10b:

Entities

rtl  architecture
 

Libraries

ieee 

Use Clauses

std_logic_1164 
StdRtlPkg  Package <StdRtlPkg>
Code8b10bPkg  Package <Code8b10bPkg>

Generics

TPD_G  time := 1 ns
NUM_BYTES_G  positive := 2
RST_POLARITY_G  sl := ' 0 '
RST_ASYNC_G  boolean := true
FLOW_CTRL_EN_G  boolean := false

Ports

clk   in sl
clkEn   in sl := ' 1 '
rst   in sl := not RST_POLARITY_G
validIn   in sl := ' 1 '
readyIn   out sl
dataIn   in slv ( NUM_BYTES_G * 8 - 1 downto 0 )
dataKIn   in slv ( NUM_BYTES_G - 1 downto 0 )
validOut   out sl
readyOut   in sl := ' 1 '
dataOut   out slv ( NUM_BYTES_G * 10 - 1 downto 0 )

Detailed Description

See also
entity

Definition at line 25 of file Encoder8b10b.vhd.

Member Data Documentation

◆ TPD_G

TPD_G time := 1 ns
Generic

Definition at line 28 of file Encoder8b10b.vhd.

◆ NUM_BYTES_G

NUM_BYTES_G positive := 2
Generic

Definition at line 29 of file Encoder8b10b.vhd.

◆ RST_POLARITY_G

RST_POLARITY_G sl := ' 0 '
Generic

Definition at line 30 of file Encoder8b10b.vhd.

◆ RST_ASYNC_G

RST_ASYNC_G boolean := true
Generic

Definition at line 31 of file Encoder8b10b.vhd.

◆ FLOW_CTRL_EN_G

FLOW_CTRL_EN_G boolean := false
Generic

Definition at line 32 of file Encoder8b10b.vhd.

◆ clk

clk in sl
Port

Definition at line 34 of file Encoder8b10b.vhd.

◆ clkEn

clkEn in sl := ' 1 '
Port

Definition at line 35 of file Encoder8b10b.vhd.

◆ rst

rst in sl := not RST_POLARITY_G
Port

Definition at line 36 of file Encoder8b10b.vhd.

◆ validIn

validIn in sl := ' 1 '
Port

Definition at line 37 of file Encoder8b10b.vhd.

◆ readyIn

readyIn out sl
Port

Definition at line 38 of file Encoder8b10b.vhd.

◆ dataIn

dataIn in slv ( NUM_BYTES_G * 8 - 1 downto 0 )
Port

Definition at line 39 of file Encoder8b10b.vhd.

◆ dataKIn

dataKIn in slv ( NUM_BYTES_G - 1 downto 0 )
Port

Definition at line 40 of file Encoder8b10b.vhd.

◆ validOut

validOut out sl
Port

Definition at line 41 of file Encoder8b10b.vhd.

◆ readyOut

readyOut in sl := ' 1 '
Port

Definition at line 42 of file Encoder8b10b.vhd.

◆ dataOut

dataOut out slv ( NUM_BYTES_G * 10 - 1 downto 0 )
Port

Definition at line 43 of file Encoder8b10b.vhd.

◆ ieee

ieee
Library

Definition at line 18 of file Encoder8b10b.vhd.

◆ std_logic_1164

std_logic_1164
Package

Definition at line 19 of file Encoder8b10b.vhd.

◆ StdRtlPkg

StdRtlPkg
Package

Definition at line 20 of file Encoder8b10b.vhd.

◆ Code8b10bPkg

Code8b10bPkg
Package

Definition at line 21 of file Encoder8b10b.vhd.


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