-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
gateware.json
30 lines (30 loc) · 1 KB
/
gateware.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
{
"name": "gameandwatch",
"displayName": "gameandwatch",
"description": "Nintendo's first video games",
"author": "agg23",
"version": "1.0.0",
"license": "MIT",
"repository": "https://github.com/agg23/fpga-gameandwatch",
"keywords": [
"ecosystem:gateman"
],
"scripts": {
"verilator": "echo \"Error: no simulation specified\" && exit 1",
"build:pocket": "quartus_sh --flow compile projects/gameandwatch_pocket.qpf",
"program:pocket": "quartus_pgm -m jtag -c 1 -o \"p;projects/output_files/gameandwatch_pocket.sof@1\"",
"build:de10_nano": "quartus_sh --flow compile projects/gameandwatch_de10_nano.qpf",
"program:de10_nano": "quartus_pgm -m jtag -c 1 -o \"p;projects/output_files/gameandwatch_de10_nano.sof@1\""
},
"hardware": {
"id": "sm510",
"name": "SM510",
"year": 1980,
"manufacturer": "Sharp"
},
"platforms": {
"pocket": "1.3.0",
"mimic": "0.9.0"
},
"modules": {}
}