module Hamming_Decoder_MD3(H_word , error , correct); input [6:0]H_word; //receiver msg output [2:0]error; // calculate the error in the msg if occur output [6:0]cor