Question: Using AMD VIVADO tool, write VHDL code for a CRC - 8 hardware for 8 - bit data input and CRC polynomial input. Use VHDL
Using AMD VIVADO tool, write VHDL code for a CRC hardware for
bit data input and CRC polynomial input. Use VHDL behavioral modeling to
design the CRC hardware with asynchronous active low reset. Do not use the
lookup table method.
Simulate and test the CRC design using a VHDL test bench for at least two test
cases with different CRC polynomials. Capture the waveforms and verify the
results.
data input is bits, polynomial input is bits. use logical left shifts and XOR division
Please test using two different test cases of polynomialG and dataD Include waveforms as well
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
