twoolie / tinyfpga-soc

TinyFPGA SoC based on LiteX

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Overview

This is a very simple LM32 SOC core for tinyFPGA-B2 and tinyFPGA-BX

Installing

It is recommended to install with conda, using the environment provided will pull in precompiled packages for many dependencies.

conda env create -f environment.yml
conda activate tinyfpga-soc

Building

Building the gateware/firmware is performed by running the python program for the board that you have

python tinyfpgabx.py

Flashing

TinyFPGAB2

conda install tinyfpgab
python tinyfpga flash

TinyFPGABX

conda install tinyprog
python tinyfpgabx flash

About

TinyFPGA SoC based on LiteX


Languages

Language:Python 81.8%Language:C 12.9%Language:Makefile 5.3%