-
-
Notifications
You must be signed in to change notification settings - Fork 31
Expand file tree
/
Copy pathgateware.json
More file actions
35 lines (35 loc) · 1.03 KB
/
Copy pathgateware.json
File metadata and controls
35 lines (35 loc) · 1.03 KB
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
{
"name": "SNES",
"displayName": "SNES",
"description": "Super Nintendo and Super Famicom. Nintendo's second major home console",
"author": "agg23",
"version": "0.4.4",
"license": "GPL-3.0-or-later",
"repository": "https://github.com/agg23/openFPGA-SNES",
"keywords": [
"ecosystem:gateman"
],
"scripts": {
"verilator": "echo \"Error: no simulation specified\" && exit 1",
"build:pocket": "pwsh build.ps1",
"program:pocket": "quartus_pgm -m jtag -c 1 -o \"p;projects/output_files/nes_pocket.sof@1\""
},
"release": {
"folders": {
"output_folder": "projects/output_files",
"pkg_folder": "pkg/pocket",
"meta_folder": "pkg/meta",
"stage_folder": "staging",
"release_folder": "release"
},
"target": {
"pocket": {
"release_file": "{author}.{core}_{version}-{date}"
}
}
},
"platforms": {
"pocket": "1.3.0"
},
"modules": {}
}