Skip to content

Commit 8c741ff

Browse files
Add Alambra II FGPA board
1 parent 8cd148a commit 8c741ff

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

boards/alambraii.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"build": {
3+
"core": "alambraii",
4+
"cpu": "fpga",
5+
"f_cpu": "12000000L",
6+
"hwids": [
7+
[
8+
"0x0403",
9+
"0x6010"
10+
]
11+
],
12+
"mcu": "iCE40-HX4K-TQ144",
13+
"pack": "tq144",
14+
"size": "4k",
15+
"type": "hx"
16+
},
17+
"frameworks": [],
18+
"name": "Alhambra II FPGA",
19+
"upload": {
20+
"maximum_ram_size": 32768,
21+
"maximum_size": 32768
22+
},
23+
"url": "https://github.com/FPGAwars/Alhambra-II-FPGA",
24+
"vendor": "FPGAwars"
25+
}

0 commit comments

Comments
 (0)