Skip to content

Commit

Permalink
Merge pull request #321 from kirk-clendinning/develop
Browse files Browse the repository at this point in the history
Add fpga for iCE40-UL1K-CM36A
  • Loading branch information
Obijuan authored Mar 13, 2023
2 parents c2b9c52 + 1b7e0b8 commit be367eb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion apio/resources/boards.json
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@
"desc": "(?:USB <-> Serial Converter)|(?:Lattice iCE40UP5K Breakout)"
}
},
"iCE40-UL1K": {
"iCE40-UL1K-Breakout": {
"name": "iCE40-UL1K UltraLite Breakout Board",
"fpga": "iCE40-UL1K-CM36A",
"programmer": {
Expand Down
6 changes: 6 additions & 0 deletions apio/resources/fpgas.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@
"size": "1k",
"pack": "cm36"
},
"iCE40-UL1K-CM36A": {
"arch": "ice40",
"type": "ul",
"size": "1k",
"pack": "cm36a"
},
"iCE40-LP384-CM49": {
"arch": "ice40",
"type": "lp",
Expand Down

0 comments on commit be367eb

Please sign in to comment.