Skip to content

Commit 6e89580

Browse files
committed
projects/ad7405_fmc:Update readme for ZED
I added an example configurations for ZED. Signed-off-by: Capota Bianca <bianca-ramona.capota@analog.com>
1 parent 80a53dd commit 6e89580

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

projects/ad7405_fmc/zed/README.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- no_build_example, no_dts, no_no_os -->
1+
<!-- no_dts, no_no_os -->
22

33
# AD7405-FMC/ZED HDL
44

@@ -17,4 +17,14 @@ The overwritable parameter from the environment:
1717

1818
- LVDS_CMOS_N - specific to the type of the data and clock signals
1919
- 0 - Single-ended data and clock signals (default)
20-
- 1 - Differential data and clock signals
20+
- 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

Comments
 (0)