Depending on the NEXYS3 board, do the following tasks: Q1. Write a hardware description to implement a 6-bit Johnson Cou
Posted: Fri May 20, 2022 11:09 am
Depending on the NEXYS3 board, do the following tasks: Q1. Write a hardware description to implement a 6-bit Johnson Counter. You have to display the output on the first six LEDs. Assume that the initial output of the Johnson Counter is "000000" NOTES: - Use the last clock as the clock. - A Johnson Counter is a circular shift left register with a Qs' fed back to go. Ex:. Initial value on LEDs: 000000 1st shift :000001 2nd shift :000011 reset Clk Q5 Q4 Q3 Q2 Q1 QO 0 X 0 0 0 0 0 0 1 QO'Q5 Q4 Q3 Q2 Q1