Implement in Logisim the circuit to calculate the check bits and correct
incoming errors using the format we used in class. You can check your work by
making sure the bit patterns of problem 1 come out correctly.
Use the following naming convention:
(Left to right, most significant to least significant bit)
msb lsb
Input Pins: D7 D6 D5 D4 D3 D2 D1 D0 -- Data Bits
C3 C2 C1 C0 -- Check Bits
Output Pins: Z7 Z6 Z5 Z4 Z3 Z2 Z1 Z0 -- Output Data Bits
Filename: sec