Practice projects for the Basys3 Artix-7 board
- Set a time by incrementing seconds using the up/down buttons
- Display the time using the 7-segment display
- Countdown the time
- Signal end of countdown by flashing LEDs
- Debounce buttons
- Add counter for buttons
- Display integers on 7-Segment display
- Add LED flashing sequence
- Add reset signal
- Tidy
- Send data over UART from host -> FPGA
- Calculate the peak value of the data
- Send the peak value back to the host
- Add UART Receiver
- Add UART Transmitter
- Add peak detection logic