-
Notifications
You must be signed in to change notification settings - Fork 0
/
ficsetup.json
59 lines (58 loc) · 1.52 KB
/
ficsetup.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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"fic10":{
"fpga":{
"bitstream": "/home/hlab/nyacom/project/fic/ficmgr/mk1_ficbd_ddr4_20201017.bin",
"progmode": "sm8",
"msg" : "ficmgr TEST"
},
"switch": {
"slots": 1,
"ports": 4,
"outputs": 1,
"table": {
"output0": {
"port0": {
"slot0": 0
},
"port1": {
"slot0": 0
},
"port2": {
"slot0": 0
},
"port3": {
"slot0": 0
}
}
}
},
"dram": {
"command": "write",
"address": 0,
"file" : "/home/hlab/nyacom/project/fic/libfic2/1G"
},
"option": {
"auto_hls_reset_start": true,
"auto_runcmd": "cat /proc/cpuinfo"
}
},
"fic11":{
"fpga":{
"bitstream": "/home/hlab/nyacom/project/fic/ficmgr/mk1_ficbd_ddr4_20201017.bin",
"progmode": "sm8",
"msg" : "ficmgr TEST"
},
"switch": {
"tablefile" : "fic_table_sample.json"
},
"dram": {
"command": "read",
"address": 1024,
"size" : 16777216
},
"option": {
"auto_hls_reset_start": true,
"auto_runcmd": "cat /proc/cpuinfo"
}
}
}