Skip to content

Commit

Permalink
Add fpga for iCE40-UL1K-CM36A
Browse files Browse the repository at this point in the history
I forgot to add the fpga for the board file to the commit, which caused errors when apio ran a board --list. Added more specificity, "Breakout", to the board name. The makefile probably needs to be adapted for python3 and pip3.
  • Loading branch information
kirk-clendinning committed Mar 12, 2023
1 parent c2b9c52 commit 1b7e0b8
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 1b7e0b8

Please sign in to comment.