-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
boards-xcdl.json
95 lines (95 loc) · 2.31 KB
/
boards-xcdl.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
{
"schemaVersion": "0.2.0",
"license": "MIT",
"copyright": "© 2017 Liviu Ionescu",
"boards": {
"e31arty": {
"displayName": "Freedom E300 Arty FPGA Dev Kit",
"description": "The Arty FPGA Dev Kit is an extremely economical ($99) way to jump start your development on RISC-V.",
"supplier": {
"displayName": "SiFive",
"id": "1"
},
"revision": "1",
"url": "https://www.sifive.com/products/risc-v-core-ip/e31/",
"orderForm": "https://dev.sifive.com/freedom-soc/evaluate/fpga/",
"installedDevice": {
"supplier": {
"displayName": "SiFive",
"id": "1"
},
"name": "e31arty"
},
"compatibleDevices": [],
"features": {
"flash": {
"size": "128 Mb",
"interface": "spi0",
"memoryRegion": "rom"
},
"hfxtal": "16 MHz",
"lfxtal": "32768 Hz"
},
"debug": {
"interface": "jtag",
"connector": "custom",
"openocd": "-c "adapter_khz 5000" -f "interface/ftdi/olimex-arm-usb-tiny-h.cfg" -f "board/sifive-e31arty.cfg"",
"jlink": {
"device": "e31arty"
}
},
"compiler": {
"headers": [
"<micro-os-plus/platform.h>"
],
"defines": [
"SIFIVE_E31ARTY_BOARD"
]
}
},
"e51arty": {
"displayName": "Freedom E300 Arty FPGA Dev Kit",
"description": "The Arty FPGA Dev Kit is an extremely economical ($99) way to jump start your development on RISC-V.",
"supplier": {
"displayName": "SiFive",
"id": "1"
},
"revision": "1",
"url": "https://www.sifive.com/products/risc-v-core-ip/e51/",
"orderForm": "https://dev.sifive.com/freedom-soc/evaluate/fpga/",
"installedDevice": {
"supplier": {
"displayName": "SiFive",
"id": "1"
},
"name": "e51arty"
},
"compatibleDevices": [],
"features": {
"flash": {
"size": "128 Mb",
"interface": "spi0",
"memoryRegion": "rom"
},
"hfxtal": "16 MHz",
"lfxtal": "32768 Hz"
},
"debug": {
"interface": "jtag",
"connector": "custom",
"openocd": "-c "adapter_khz 5000" -f "interface/ftdi/olimex-arm-usb-tiny-h.cfg" -f "board/sifive-e51arty.cfg"",
"jlink": {
"device": "e51arty"
}
},
"compiler": {
"headers": [
"<micro-os-plus/platform.h>"
],
"defines": [
"SIFIVE_E51ARTY_BOARD"
]
}
}
}
}