Skip to content

GuzTech/ulx3s-nmigen-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

ULX3S nMigen examples

This repository contains nMigen examples for the ULX3S FPGA board. You need to have Yosys, nextpnr, project Trellis, and openFPGAloader installed.

Each directory contains an example, which you can build and run by simply running:

python top_<example>.py <FPGA variant>

where <FPGA variant> is either 12F, 25F, 45F, or 85F depending on the size of the FPGA on your ULX3S board. I have an 85F board so to build the dvi example, I run:

python top_vgatest.py 85F

in the dvi folder.

About

nMigen examples for the ULX3S board

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages