-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
gateware.json
28 lines (28 loc) · 861 Bytes
/
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
{
"name": "tamagotchi_p1",
"displayName": "Tamagotchi P1",
"description": "The Tamagotchi that started it all",
"author": "agg23",
"version": "1.0.0",
"license": "MIT",
"repository": "https://github.com/agg23/fpga-tamagotchi",
"keywords": [
"ecosystem:gateman"
],
"scripts": {
"build:all": "gateman build all",
"verilator": "echo \"Error: no simulation specified\" && exit 1",
"build:pocket": "quartus_sh --flow compile projects/tamagotchi_p1_pocket.qpf",
"program:pocket": "quartus_pgm -m jtag -c 1 -o \"p;projects/output_files/tamagotchi_p1_pocket.sof@1\""
},
"hardware": {
"id": "tamagotchi_p1",
"name": "Tamagotchi P1",
"year": 1996,
"manufacturer": "Bandai"
},
"platforms": {
"pocket": "1.2.0"
},
"modules": {}
}