You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The parameter configurable through the `make` command, can be found below, as well as in the **system_project.tcl** file; it contains the default configuration.
6
+
7
+
```
8
+
cd projects/pulsar_lvds_adc/zed
9
+
make
10
+
```
11
+
12
+
The overwritable parameter from the environment:
13
+
14
+
- RESOLUTION_16_18N - defines the resolution of the ADC (16 or 18 bits);
15
+
- 0 - 16 bits
16
+
- 1 - 18 bits
17
+
18
+
### Example configurations
19
+
20
+
#### 16-bit resolution (default) - corresponding to AD7960
21
+
22
+
This specific command is equivalent to running `make` only:
23
+
24
+
```
25
+
make RESOLUTION_16_18N=0
26
+
```
27
+
28
+
#### 18-bit resolution - corresponding to AD7625/AD7626/AD7961
0 commit comments