Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/antonblanchard/ghdl-yosys-blink
Blink an LED on an FPGA in VHDL using ghdl, yosys and nextpnr
https://github.com/antonblanchard/ghdl-yosys-blink
Last synced: 25 days ago
JSON representation
Blink an LED on an FPGA in VHDL using ghdl, yosys and nextpnr
- Host: GitHub
- URL: https://github.com/antonblanchard/ghdl-yosys-blink
- Owner: antonblanchard
- Created: 2020-01-14T10:44:16.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-14T18:21:40.000Z (over 4 years ago)
- Last Synced: 2023-08-02T01:39:05.294Z (over 1 year ago)
- Language: Makefile
- Size: 10.7 KB
- Stars: 24
- Watchers: 7
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ghdl-yosys-blink
Blink an LED on an FPGA using ghdl, yosys and nextpnr - a completely
Open Source VHDL synthesis flow.## Supported Hardware
Right now only Lattice ECP5 boards are supported, but you should be able
to use anything that yosys and nextpnr supports. I've personally tested
the Lattice ECP5-EVN board and the OrangeCrab.## Prerequisites
You can install the latest versions of GHDL, ghdlsynth-beta, yosys, prjtrellis
and nextpnr if you want, but thanks to the GHDL Docker project we have Docker
images for everything!It also works fine with podman if you prefer that to Docker.
## Building
```
make
make prog
```