Objective: Develop a digital logic circuit utilizing the skills gained in EE202 to create a circuit capable implementing a Hamming error correction code. Description: The data transmitted through you're the system is stored in 8 bit (1 byte) words. It is required that you transmit this data and at a minimum correct a single bit error and identify, but not correct, two bit errors. It is left to you to determine the follow, which you MUST justify. • What Hamming code have you implemented • What are the advantages/disadvantages of your choice in algorithm • How will this circuit be structurally implemented? Will you require multiple copies of your circuit to transmit the full byte? Can you transmit multiple bytes per circuit? Is there an impact on timing?