Jakub Duchniewicz 827f19c8b2 Distinguish between two kinds of mailboxes RTL2SW and SW2RTL. | 18 hours ago | |
---|---|---|
build @ a0e44029da | 3 weeks ago | |
cores | 3 weeks ago | |
doc | 4 years ago | |
patches | 3 weeks ago | |
projects | 18 hours ago | |
.gitignore | 1 year ago | |
.gitmodules | 3 years ago | |
LICENSE | 4 years ago | |
README.md | 4 years ago |
Collection of ip cores / modules and example projects for the Lattice iCE40 FPGA family.
Examples are often targeted for the ICEBreaker FPGA board ( https://github.com/icebreaker-fpga/icebreaker ) but some might have other / multiple targets, check their respective README / build files
Applicable license is individual to each IP core / project and is mentionnned in the IP core / example directory itself and in each file.
Make sure to clone this repository with all its submodules by using
the -recursive
option when cloning or running git submodule init
and
git submodule update
after checkout.
Also make sure to update submodules when pulling from upstream.