3DIPRS100 is a Reed Solomon encoding and decoding IP core designed to provide protection for data storage in space applications.
Reed Solomon is a block code, the transmitted codeword is divided in block of data called symbols.
Symbols are coded on several bits as elements of a Galois field. The Reed Solomon IP is based on the Galois field GL(2^4), symbols are coded on 4 bits and the maximum size of a message after encoding is 15 symbols (60 bits).
The Reed Solomon IP core offers the possibility to address data bus with more than 60 bits by implementing several encoder or decoder inside the same IP. Thus the size of a symbol is half the ECC size.
To be able to detect and correct one symbol in error, 2 symbols are added to the codeword.

The Reed Solomon decoder indicates when an incorrigible error is detected. An incorrigible error is when at least two symbols have been modified. Not all of incorrigible errors are detected.
The IP provide two top entities, the encoding entity reed_solomon_encoder_2symb and the decoding entity reed_solomon_decoder_2symb.