rs_decoder_N15K13 Entity Reference
rs_decoder_N15K13 - N15K13 Reed-Solomon decoder More...
Inheritance diagram for rs_decoder_N15K13:
Detailed Description
rs_decoder_N15K13 - N15K13 Reed-Solomon decoder
Definition at line 16 of file fec_rsDecoderN15K13.vhd.
The documentation for this class was generated from the following file:
- /mnt/lpgbt-fpga-sources/uplink/fec_rsDecoderN15K13.vhd
Entities | |
behavioral | architecture |
rs_decoder_N15K13 ARCHITECTURE - N15K13 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 := 15 |
K | integer := 13 |
SYMB_BITWIDTH | integer := 4 |
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. |