Question: P=A'z'+Az=(A+z)'=(x+y+z)' it is not( XOR ) Write a Verilog code to implement the parity generator function. Simulate your circuit and show 4 testing cases. Show
P=A'z'+Az=(A+z)'=(x+y+z)'
it is not( XOR )
- Write a Verilog code to implement the parity generator function.
- Simulate your circuit and show 4 testing cases.
- Show your codes, simulation and testing cases in FPGA in your report.
- Modify by adding in to the work in Task 1 to add parity detector circuit to the parity generator code.
- Test the functionality on the FPGA. Add comments.
- Simulate at least 2 cases with error and 2 cases with no error introduced.
- Show your tables, codes, simulation results and pictures for testing cases in FPGA in your report for the communication system with error and without errors.
- Dont forget to label each testing case.
- How could the circuit in Task1 be modified to create an Even Parity generator?
- How could the odd parity detector that you used in Task 2 be modified to create an Even Parity detector?
- Could the even-parity detector detect the error in the transmission of following sequence? Why or why not?
-
Transmitted data: 0101 0011 Received data: 0100 001
screenshot graph and all codes plz
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
