Skip to content

SamTh3D3v/Hamming-Code-SystemC

Repository files navigation

#Hamming code register (15,11) using SystemC

This is a simple implementation of a basic Hamming code register that can:

  • code an 11 bits’ input word into a 15 bits' hamming code word.
  • correct a 15 bits’ hamming code word and extract the original 11 bits’ word.

##The hamming code’s register structure

Hamming

##The testing system structure

System Structure

##Note the parity bits are added to the end of the word and not to the power of two positions.

SystemC envirenement setup on gcc!

About Hamming code!

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages