File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change 2929 name : ubuntu-build-icebreaker.bin
3030 path : gateware/build/icebreaker/top.bin
3131
32+ ubuntu-build-icesugar-r33 :
33+ runs-on : ubuntu-latest
34+ steps :
35+ - uses : actions/checkout@v4
36+ - uses : YosysHQ/setup-oss-cad-suite@v3
37+ - run : git submodule update --init gateware/external/no2misc
38+ - run : yosys --version
39+ - run : make HW_REV=HW_R33 BOARD=icesugar CORE=mirror -C gateware
40+ - uses : actions/upload-artifact@v3
41+ with :
42+ name : ubuntu-build-icesugar.bin
43+ path : gateware/build/icesugar/top.bin
44+
3245 ubuntu-build-icebreaker-r33-touch :
3346 runs-on : ubuntu-latest
3447 steps :
Original file line number Diff line number Diff line change @@ -60,6 +60,7 @@ An FPGA development board itself is NOT included! Essentially anything iCE40 or
6060
6161The following development boards have been tested with ` eurorack-pmod ` and are supported by the examples in the github repository
6262- iCEbreaker (iCE40 based)
63+ - [ iCESugar] ( https://github.com/wuxx/icesugar ) (iCE40 based, iCE40UP5K version)
6364- ECPIX-5 (ECP5 based)
6465- Colorlight i5 (ECP5 based)
6566- Colorlight i9 (ECP5 based)
You can’t perform that action at this time.
0 commit comments