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/ad7616_sdz/zed
9
+
make
10
+
```
11
+
12
+
The overwritable parameter from the environment:
13
+
14
+
- INTF - specifies the interface to be used;
15
+
- 0 - Parallel interface
16
+
- 1 - Serial interface
17
+
18
+
Depending on the required interface mode, some hardware modifications need to be done.
19
+
- SL5 - unmounted - Parallel interface
20
+
- SL5 - mounted - Serial interface
21
+
Note: This switch is a hardware switch. Please rebuild the design if the variable has been changed.
22
+
23
+
### Example configurations
24
+
25
+
#### Parallel interface (default)
26
+
27
+
This specific command is equivalent to running `make` only:
28
+
29
+
```
30
+
make INTF=0
31
+
```
32
+
33
+
#### Serial interface
34
+
35
+
This specific command is equivalent to running `make` only:
36
+
37
+
```
38
+
make INTF=1
39
+
```
40
+
41
+
Corresponding No-OS project for both configurations:
0 commit comments