Simulate the 8-bit even-parity generator and checker from the picture. Also, give four examples of the input patterns to the simulation circuits to show that the generator and checker are working as expected for an 8-bit system using the even parity scheme:
- Parity generator
- Parity checker
- Parity 7 bits bit ASCII code transmitted
- 7-input XOR
- 8-input XOR
- 0 if even number of errors or no error detected
- 1 if an odd number of errors detected