aboutsummaryrefslogtreecommitdiffstats
path: root/examples
Commit message (Collapse)AuthorAgeFilesLines
* Improve examples for Lattice iCEstickAimylios2020-04-1913-0/+34
| | | | | | | - move "leds" examples to subdirectory - add Makefile - add *.json files to .gitignore - adjust README.md and fix some typos
* Adjust ecp5_versa tests. Wrappers for verilog modules are not needed anymore.Tristan Gingold2020-03-312-16/+12
|
* Added ECP5 example for Lattice versa devkit (#85)Martin2020-02-1412-0/+1539
| | | | | | | - LED blinky - Added support for vendor primitives - Workarounds in Verilog for BRAM and primitive wrapping - Docker support Makefiles - openocd support files
* migrate from Travis to GHA and rework examples (#78)eine2020-01-1929-0/+905
* migrate from Travis to GHA * rework examples