I completed this project on a team with Jake Harris. We used an FPGA board and programmed it in Verilog. The LCD screen displayed a random hexadecimal number , and the user had one minute to convert that number to an 8-bit binary number, and input the bits with switches. A point was earned for each correct answer, scores were reset after a minute, and the high score was displayed on the screen at all times.
Major Lessons
- Hardware description
- Bitwise operations
- Logic Gates
Hex to Binary Game