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 parameters 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/ad9081_fmca_ebz/zcu102
9
+
make
10
+
```
11
+
12
+
All of the RX link modes can be found in the [AD9083 data sheet](https://www.analog.com/media/en/technical-documentation/data-sheets/ad9083.pdf). We offer support for only a few of them.
13
+
14
+
If other configurations are desired, then the parameters from the HDL project (see below) need to be changed, as well as the Linux/no-OS project configurations.
15
+
16
+
The overwritable parameters from the environment:
17
+
18
+
- RX_JESD_M - RX number of converters per link
19
+
- RX_JESD_L - RX number of lanes per link
20
+
- RX_JESD_S - RX number of samples per converter per frame
21
+
22
+
### Example configurations
23
+
24
+
#### Default configuration:
25
+
26
+
This specific command is equivalent to running `make` only:
0 commit comments