Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 605 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 605 Bytes

ULX3S Examples - Open Source Blinky

This blinky is based on the ULX3S-Blinky project from @Doctorwkt. This example blinks an LED using FPGA code.

It is assumed the yosys, nextpnr toolchain has been already installed. If not, see instructions here

On all platforms, the latest fujprog can be used fujprog:

make clean
make ulx3s.bit
fujprog ulx3s.bit

See also other examples