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
+
:warning:**When changing the default configuration, the timing_constr.xdc constraints should be updated as well!**
8
+
9
+
```
10
+
cd projects/ad9656_fmc/zcu102
11
+
make
12
+
```
13
+
14
+
All of the RX link modes can be found in the [AD9656 data sheet](https://www.analog.com/media/en/technical-documentation/data-sheets/AD9656.pdf). We offer support for only a few of them.
15
+
16
+
If other configurations are desired, then the parameters from the HDL project (see below) need to be changed, as well as the No-OS project configurations.
17
+
18
+
The overwritable parameters from the environment are:
19
+
20
+
- JESD_MODE - link layer encoder mode used;
21
+
- 8B10B - 8b10b link layer defined in JESD204B, uses ADI IP as Physical layer
22
+
- RX_JESD_M - RX number of converters per link, only 4 is supported
23
+
- RX_JESD_L - RX number of lanes per link, default is 4 (Options: 1/2/4)
24
+
- RX_JESD_S - RX number of samples per converter per frame, only 1 is supported
25
+
- RX_JESD_NP - RX number of bits per sample, only 16 is supported
26
+
- RX_SAMPLES_PER_CHANNEL - RX number of samples per channel, default is 2 (Computed as: L * 32 / (M * N))
0 commit comments