hamming decode how can i write a verilog code that will take an input of 7 bit word and detect the error using even parity and correct it

后端 未结 0 1168
星月不相逢
星月不相逢 2021-02-01 01:29
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         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题