Jakub Duchniewicz 6fdb3ab5aa Fix erroneous word addressing and bring back byte addressing of mailbox. Registers now work. | vor 2 Wochen | |
---|---|---|
build @ a0e44029da | vor 3 Wochen | |
cores | vor 3 Wochen | |
doc | vor 4 Jahren | |
patches | vor 3 Wochen | |
projects | vor 2 Wochen | |
.gitignore | vor 1 Jahr | |
.gitmodules | vor 3 Jahren | |
LICENSE | vor 4 Jahren | |
README.md | vor 4 Jahren |
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.