#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
##The testing system structure
##Note the parity bits are added to the end of the word and not to the power of two positions.