The Implementation of an Reed-Solomon Decoder with CPU Technology

碩士 === 大葉大學 === 電機工程學系 === 100 === The implementation of Reed Solomon decoding is realized by VHDL programming, which includes operations of CPU and RAM. The firmware program operated in CPU is with MIPS instruction formats, and stored in a block of RAM. MIPS instructions with the length of 32 bits...

Full description

Bibliographic Details
Main Authors: Wu,Taitsung, 吳泰宗
Other Authors: Hu,Tahsiang
Format: Others
Language:zh-TW
Published: 2012
Online Access:http://ndltd.ncl.edu.tw/handle/05199808161887016088
Description
Summary:碩士 === 大葉大學 === 電機工程學系 === 100 === The implementation of Reed Solomon decoding is realized by VHDL programming, which includes operations of CPU and RAM. The firmware program operated in CPU is with MIPS instruction formats, and stored in a block of RAM. MIPS instructions with the length of 32 bits are employed in this firmware program, which contains syndrome computations, error location polynomial calculations, error location searches, and error corrections. In this work, we also design a codespim platform to modify some instructions and reduce the size of the firmware program. In such a way, the decoding speed is faster and implementation is realized with Modelsim.