We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80a53dd commit 6e89580Copy full SHA for 6e89580
projects/ad7405_fmc/zed/README.md
@@ -1,4 +1,4 @@
1
-<!-- no_build_example, no_dts, no_no_os -->
+<!-- no_dts, no_no_os -->
2
3
# AD7405-FMC/ZED HDL
4
@@ -17,4 +17,14 @@ The overwritable parameter from the environment:
17
18
- LVDS_CMOS_N - specific to the type of the data and clock signals
19
- 0 - Single-ended data and clock signals (default)
20
- - 1 - Differential data and clock signals
+ - 1 - Differential data and clock signals
21
+
22
+### Example configurations
23
24
+#### Configuration using CMOS interface (default)
25
26
+This specific command is equivalent to running "make" only:
27
28
+```
29
+make LVDS_CMOS_N=0
30
0 commit comments