sifferman / tangnano_example

Simple example of how to get started with the Tang Nano with FuseSoC.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tang Nano Example

Repository: https://github.com/E4tHam/tangnano_example


About

The Tang Nano is the famous / infamous $5 FPGA (learn more here). This repository is a simple example of how to get started with the Tang Nano with FuseSoC.

The RTL implements an adder. Circuit

Usage

make tangnano   # generate the bitstream
make load       # load the bitstream to the Tang Nano SRAM

make lint       # verify code meets Verilator standards
make sim        # simulate in icarus
make view       # open dump in gtkwave

make clean      # remove build files

Requirements

Programming Flash

As of (2/22/22) programming the flash has difficulties. This is a collection of problems I encountered and their solutions. Hopefully in the future these will be resolved. :)

About

Simple example of how to get started with the Tang Nano with FuseSoC.


Languages

Language:Makefile 64.5%Language:Verilog 35.5%