-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
gateware.json
36 lines (36 loc) · 1.07 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
31
32
33
34
35
36
{
"name": "congo",
"displayName": "congo",
"description": "Congo Bongo Compatible Gateware IP Core for FPGA",
"author": "boogermann",
"version": "0.1.1",
"license": "GPL-3.0-or-later",
"repository": "https://github.com/opengateware/arcade-congo",
"keywords": [
"ecosystem:gateman"
],
"scripts": {
"verilator": "echo \"Error: no simulation specified\" && exit 1",
"build:pocket": "quartus_sh --flow compile projects/congo_pocket.qpf",
"program:pocket": "quartus_pgm -m jtag -c 1 -o \"p;projects/output_files/congo_pocket.sof@1\""
},
"hardware": {
"id": "congo-bongo",
"name": "Congo Bongo",
"year": 1983,
"manufacturer": "Sega"
},
"platforms": {
"pocket": "1.2.0"
},
"modules": {
"cpu-t80": "3.5.1",
"general-sync_fifo": "0.1.0",
"pocket-dataloader": "1.0.0",
"pocket-i2s": "1.0.0",
"pocket-joypad": "1.0.0",
"pocket-video": "1.0.0",
"video-scanlines": "0.2.0",
"sound-sn76489": "1.9.0"
}
}