This repository was archived by the owner on Sep 21, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathparam_def.json
115 lines (115 loc) · 2.39 KB
/
param_def.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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
{
"project name" : "Detector Group Readout",
"def" : {
"RO": {
"regs": "1",
"access": "RO",
"db_file": "ro_register.db"
},
"RW": {
"regs": "1",
"access": "RW",
"db_file": "rw_register.db"
},
"RWLONG": {
"regs": "2",
"access": "RW",
"db_file": "2rw_register.db"
},
"ROH": {
"regs": "1",
"access": "RO",
"db_file": "ro_register.db"
},
"BUILD": {
"regs": "1",
"access": "RO",
"db_file": "buildTime_register.db"
},
"GIT": {
"regs": "3",
"access": "RO",
"db_file": "githash_register.db"
},
"TS": {
"regs": "2",
"access": "RW",
"db_file": "detector_controls.db"
},
"RESET": {
"regs": "1",
"access": "RW",
"db_file": "reset_register.db"
},
"MAC": {
"regs": "2",
"access": "RW",
"db_file": "rw_mac_address.db"
},
"IP": {
"regs": "1",
"access": "RW",
"db_file": "rw_ip_address.db"
},
"PTO": {
"regs": "1",
"access": "RW",
"db_file": "packetTimeout_register.db"
},
"LED_SEL": {
"regs": "1",
"access": "RW",
"db_file": "led_sel_reg.db"
},
"PAYLOAD": {
"regs": "1",
"access": "RW",
"db_file": "payload_select.db"
},
"OVERSMP": {
"regs": "1",
"access": "RW",
"db_file": "oversampling.db"
},
"CLK_SEL": {
"regs": "1",
"access": "RW",
"db_file": "clock_select.db"
},
"SMP_MODE": {
"regs": "1",
"access": "RW",
"db_file": "sampling_mode.db"
},
"THRESH": {
"regs": "1",
"access": "RW",
"db_file": "threshold.db"
},
"SNAP": {
"regs": "1",
"access": "RO",
"db_file": "ro_2x16bit_register.db"
},
"GAIN": {
"regs": "1",
"access": "RW",
"db_file": "channel_gain.db"
},
"OFFSET": {
"regs": "1",
"access": "RW",
"db_file": "ch_offset.db"
},
"WS": {
"regs": "1",
"access": "RW",
"db_file": "ws_register.db"
},
"ID": {
"regs": "3",
"access": "RO",
"db_file": "githash_register.db"
}
}
}