racerxdl / fpga-serial-hello

FPGA Verilog Serial Hello World + Led Blink

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FPGA Serial Hello World

All files are licensed in Apache except for SerialRX.v and SerialTX.v which are from FPGA4FUN.

This examples compiles a FPGA Core that prints out Hello World\n on serial port and blinks a led with fade-in.

This example is tuned to work on Colorlight Hub 5a-75b v6.1.

The LED is connected to onboard D2 LED (FPGA PIN U16), TXD to J4 Pin 1 (FPGA Pin N3), RXD to J4 Pin 2 (FPGA Pin N4), clk connected to onboard clock (FPGA PIN P3)

Running make will trigger the build of svf file using docker.

About

FPGA Verilog Serial Hello World + Led Blink


Languages

Language:Verilog 88.6%Language:Makefile 11.4%