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.
10
+
11
+
```
12
+
cd hdl/projects/adrv9001_dual/zcu102
13
+
make
14
+
```
15
+
16
+
The overwritable parameters from the environment:
17
+
18
+
- CMOS_LVDS_N - selects the interface type
19
+
- 0 = LVDS (default)
20
+
- 1 = CMOS
21
+
- USE_RX_CLK_FOR_TX1 - selects the clock to drive the TX1 SSI interface
22
+
- 0 = TX1 dedicated clock (default)
23
+
- 1 = RX1 SSI clock
24
+
- 2 = RX2 SSI clock
25
+
- USE_RX_CLK_FOR_TX2 - selects the clock to drive the TX2 SSI interface
26
+
- 0 = TX2 dedicated clock (default)
27
+
- 1 = RX1 SSI clock
28
+
- 2 = RX2 SSI clock
29
+
30
+
### Example configurations
31
+
32
+
#### Default configuration
33
+
34
+
This specific command is equivalent to running `make` only:
0 commit comments