rs_decoder_N31K29 Entity Reference

rs_decoder_N31K29 - N31K29 Reed-Solomon decoder More...

Inheritance diagram for rs_decoder_N31K29:
lpgbtfpga_decoder lpgbtfpga_uplink

Detailed Description

rs_decoder_N31K29 - N31K29 Reed-Solomon decoder

Definition at line 16 of file fec_rsDecoderN31K29.vhd.


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

Entities

behavioral  architecture
 rs_decoder_N31K29 ARCHITECTURE - N31K29 Reed-Solomon encoder More...
 

Libraries

ieee 
 Include the IEEE VHDL standard LIBRARY.

Use Clauses

ieee.std_logic_1164.all 
work.lpgbtfpga_package.all 
 Include the lpGBT-FPGA specific package.

Generics

N  integer := 31
K  integer := 29
SYMB_BITWIDTH  integer := 5

Ports

payloadData_i   in std_logic_vector ( ( K * SYMB_BITWIDTH ) - 1 downto 0 )
 Message to be decoded.
fecData_i   in std_logic_vector ( ( ( N - K ) * SYMB_BITWIDTH ) - 1 downto 0 )
 FEC USEd to decode.
data_o   out std_logic_vector ( ( K * SYMB_BITWIDTH ) - 1 downto 0 )
 Decoded / corrected data.