Skip to content

Commit

Permalink
Merge pull request FPGAwars#179 from charathram/alchitry-cu
Browse files Browse the repository at this point in the history
Added support for Alchitry Cu board
  • Loading branch information
Juan Gonzalez-Gomez authored May 1, 2019
2 parents 5c6310f + 690a614 commit 395f9ea
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions apio/resources/boards.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"desc": "Lattice FTUSB Interface Cable"
}
},
"iceblink40-hx1k" : {
"iceblink40-hx1k": {
"name": "iCEblink40-HX1K",
"fpga": "iCE40-HX1K-VQ100",
"programmer": {
Expand Down Expand Up @@ -241,5 +241,19 @@
"ftdi": {
"desc": "Lattice iCE40UP5K Breakout"
}
},
"Alchitry-Cu": {
"name": "Alchitry Cu Development Board",
"fpga": "iCE40-HX8K-CB132",
"programmer": {
"type": "iceprog"
},
"usb": {
"vid": "0403",
"pid": "6010"
},
"ftdi": {
"desc": "Alchitry Cu"
}
}
}
}

0 comments on commit 395f9ea

Please sign in to comment.