This repository contains the VHDL code for a VGA adapter implemented on the Digilent Basys 3 board. This project explores digital system design concepts for generating VGA signals.
Note: This project serves as an educational exercise for a Digital System Design course.
Files:
vga_adapter.vhd
: Main VHDL code for the VGA adapter.
Requirements:
- Digilent Basys 3 Board
- Xilinx Vivado Design Suite
Usage:
- Open
vga_adapter.vhd
in Vivado. - Synthesize and implement the design for your Basys 3.
- Download the design to the Basys 3 board.
- Observe the VGA output on a monitor connected to the Basys 3.
Future Considerations:
- Implement additional VGA modes or display patterns.
- Integrate the VGA adapter with other functionalities on the Basys 3.
This concise README provides an overview of the project, highlights its educational purpose, and outlines the core files, requirements, usage steps, and potential future improvements.