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
Copy file name to clipboardExpand all lines: projects/ad738x_fmc/zed/README.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,9 @@
1
+
<!-- no_no_os -->
2
+
1
3
# AD738X-FMC/ZED HDL Project
2
4
5
+
- VADJ with which it was tested in hardware: 2.5V
6
+
3
7
## Building the project
4
8
5
9
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.
@@ -14,21 +18,19 @@ The overwritable parameters from the environment:
14
18
- ALERT_SPI_N pin can operate as a serial data output pin or alert indication output depending on its value:
15
19
- 0 - SDOB-SDOD
16
20
- 1 - ALERT
17
-
18
21
- NUM_OF_SDI - Defines the number of SDI lines used: 1, 2, 4
19
22
20
23
For the ALERT functionality, the following parameter will be used in `make` command: ALERT_SPI_N.
21
24
For the serial data output functionality, the following parameters will be used in `make` command: ALERT_SPI_N, NUM_OF_SDI.
22
25
23
26
### Example configurations
24
27
25
-
#### Default mode
28
+
#### Default configuration
26
29
27
30
This specific command is equivalent to running `make` only:
0 commit comments