Skip to content

Commit

Permalink
Merge pull request FPGAwars#240 from benitoss/develop
Browse files Browse the repository at this point in the history
Added FleaFPGA-Ohm ECP5 board
  • Loading branch information
Juan Gonzalez-Gomez authored Aug 5, 2021
2 parents 22a1897 + 1a578d9 commit 3b4909a
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ Find all the information on this [WIKI PAGE](https://github.com/FPGAwars/apio/wi
| [ColorLight-5A-75E-V71](https://github.com/q3k/chubby75/blob/master/5a-75e/hardware_V7.1.md)| FT2232H, FT232H or USB-Blaster |
| [ColorLight-i5-v7.0](https://github.com/wuxx/Colorlight-FPGA-Projects)| FT2232H, FT232H or USB-Blaster |
| [iCESugar-Pro](https://github.com/wuxx/icesugar-pro)| FT2232H, FT232H or USB-Blaster |

| [FleaFPGA-Ohm](https://github.com/Basman74/FleaFPGA-Ohm)| FT2232H, FT232H or USB-Blaster |

#### LP1K

Expand Down
25 changes: 23 additions & 2 deletions apio/resources/boards.json
Original file line number Diff line number Diff line change
Expand Up @@ -556,7 +556,7 @@
"fpga": "ECP5-LFE5U-25F-CABGA381",
"programmer": {
"type": "openfpgaloader_ft232"
}
}
},
"ColorLight-i5-v7.0_(USB-Blaster)": {
"name": "ColorLight-i5",
Expand All @@ -577,13 +577,34 @@
"fpga": "ECP5-LFE5U-25F-CABGA381",
"programmer": {
"type": "openfpgaloader_ft232"
}
}
},
"iCESugar-Pro_(USB-Blaster)": {
"name": "ColorLight-i5",
"fpga": "ECP5-LFE5U-25F-CABGA381",
"programmer": {
"type": "openfpgaloader_usb-blaster"
}
},
"FleaFPGA-Ohm_(FT2232H)": {
"name": "FleaFPGA-Ohm_(FT2232H)",
"fpga": "ECP5-LFE5U-25F-CABGA381",
"programmer": {
"type": "openfpgaloader_ft2232"
}
},
"FleaFPGA-Ohm_(FT232H)": {
"name": "FleaFPGA-Ohm_(FT232H)",
"fpga": "ECP5-LFE5U-25F-CABGA381",
"programmer": {
"type": "openfpgaloader_ft232"
}
},
"FleaFPGA-Ohm_(USB-Blaster)": {
"name": "FleaFPGA-Ohm_(USB-Blaster)",
"fpga": "ECP5-LFE5U-25F-CABGA381",
"programmer": {
"type": "openfpgaloader_usb-blaster"
}
}
}

0 comments on commit 3b4909a

Please sign in to comment.