Question: Write a test bench for the 9-bit parity checker, the test bench must ensure that the code for the 9-bit parity checker produces the correct
Write a test bench for the 9-bit parity checker, the test bench must ensure that the code for the 9-bit parity checker produces the correct outputs for all possible inputs. Use looping for the code and add the code below as the entity in the test bench design.
entity paritychecker9bit_tb is
end paritychecker9bit_tb;

The following architecture implements a 9-bit parity checker that has two outputs - one to indicate even parity, and a second to indicate odd parity. Notice the use of looping to efficiently implement this concept
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
