kovagoz / fpga-vga

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VGA basics on FPGA

The purpose of this project is to drive a monitor with VGA signal.

Makefile is made for the Go Board

Milestones:

  • Horizontal sync signal
  • Vertical sync signal
  • Video data generator

Prerequisites

Makefile uses Docker for compilation, simulation and programming.

Installation

As usual:

make && make install

About

License:MIT License


Languages

Language:Verilog 75.4%Language:Makefile 24.6%