read_solomon

所属分类:VHDL/FPGA/Verilog
开发工具:VHDL
文件大小:7KB
下载次数:25
上传日期:2010-02-25 22:02:53
上 传 者Sufyan
说明:  This project implements a parameterized Reed Solomon decoder for use in OFDM wireless systems.

文件列表:
read_solomon (0, 2010-02-25)
__MACOSX (0, 2010-02-25)
__MACOSX\read_solomon (0, 2010-02-25)
read_solomon\reed_solomon.v.txt (6783, 2010-02-25)
__MACOSX\read_solomon\._reed_solomon.v.txt (346, 2010-02-25)
read_solomon\rs_testbench.v.txt (6247, 2010-02-25)
__MACOSX\read_solomon\._rs_testbench.v.txt (346, 2010-02-25)

I/O inputs - Inputs : datain (8 bits) = serial input where message data is fed. If the message polynomial of form, d_nX^n + d_(n-1)X^(n-1) + ......etc., then d_n followed by d_(n-1) in the next clock cyle, .....etc. datain should contain a new message byte at every clock cycle as long as the valid is high. gin0.....gin15 (8 bits each ) = Generator polynomial co-effcients. The generator polynomial is form X^16+gin15X^15+gin14X^14+ ......gin1X+gin0. valid = Pull high when data becomes available. Pull low when all message bytes (total of 239 bytes) has been entered. By pulling valid low the contents of the registers are freezed. Pull high when the next block (239 bytes) of message data is available. clkin = input clock. rst = reset signal to initialize registers (to all zeros). Outputs : q0....q15 (8 bits each) : Parity bytes in the polynomial form, q15X^15+q14X^14+ ......q0. Latch externally if required. Valid as long as valid signal is low.

近期下载者

相关文件


收藏者