-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathplatform.json
33 lines (33 loc) · 1.09 KB
/
platform.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
{
"name": "lattice_ice40",
"title": "Lattice iCE40",
"description": "The iCE40 family of ultra-low power, non-volatile FPGAs has five devices with densities ranging from 384 to 7680 Look-Up Tables (LUTs). In addition to LUT-based,low-cost programmable logic, these devices feature Embedded Block RAM (EBR), Non-volatile Configuration Memory (NVCM) and Phase Locked Loops (PLLs). These features allow the devices to be used in low-cost, high-volume consumer and system applications.",
"homepage": "http://www.latticesemi.com/Products/FPGAandCPLD/iCE40.aspx",
"license": "Apache-2.0",
"keywords": [
"dev-platform",
"Lattice",
"iCE40",
"FPGA"
],
"engines": {
"platformio": "^6"
},
"repository": {
"type": "git",
"url": "https://github.com/platformio/platform-lattice_ice40.git"
},
"version": "1.3.0",
"packages": {
"toolchain-icestorm": {
"type": "toolchain",
"owner": "platformio",
"version": "~1.10.0"
},
"toolchain-iverilog": {
"type": "toolchain",
"owner": "platformio",
"version": "~1.1.0"
}
}
}