Skip to content

Commit cdfcc83

Browse files
committed
Update READMEs with VADJ info for ad9083_evb
1 parent 88c68c6 commit cdfcc83

File tree

3 files changed

+28
-7
lines changed

3 files changed

+28
-7
lines changed

projects/ad9083_evb/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
- Evaluation board product page: [EVAL-AD9083](https://www.analog.com/eval-ad9083)
44
- System documentation: https://wiki.analog.com/resources/eval/ad9083
55
- HDL project documentation: https://analogdevicesinc.github.io/hdl/projects/ad9083_evb/index.html
6+
- Evaluation board VADJ: 1.8V
67

78
## Supported parts
89

@@ -12,4 +13,4 @@
1213

1314
## Building the project
1415

15-
Please enter the folder for the FPGA carrier you want to use and read the README.md.
16+
Please enter the folder for the FPGA carrier you want to use and read the README.md.

projects/ad9083_evb/a10soc/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
1+
<!-- no_build_example, no_no_os -->
2+
13
# AD9083_EVB/A10SOC HDL Project
24

5+
- VADJ with which it was tested in hardware: 1.8V
6+
37
## Building the project
48

59
```
610
cd projects/ad9083_evb/a10soc
711
make
812
```
913

10-
Corresponding device tree: [socfpga_arria10_socdk_ad9083_fmc_ebz.dts](https://github.com/analogdevicesinc/linux/blob/main/arch/arm/boot/dts/intel/socfpga/socfpga_arria10_socdk_ad9083_fmc_ebz.dts)
14+
Corresponding device tree: [socfpga_arria10_socdk_ad9083_fmc_ebz.dts](https://github.com/analogdevicesinc/linux/blob/main/arch/arm/boot/dts/intel/socfpga/socfpga_arria10_socdk_ad9083_fmc_ebz.dts)

projects/ad9083_evb/zcu102/README.md

Lines changed: 21 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,34 @@
1+
<!-- no_no_os -->
2+
13
# AD9083_EVB/ZCU102 HDL Project
24

5+
- VADJ with which it was tested in hardware: 1.8V
6+
37
## Building the project
48

59
```
610
cd projects/ad9083_evb/zcu102
711
make
812
```
913

10-
All of the RX/TX link modes can be found in the [AD9083 data sheet](https://www.analog.com/media/en/technical-documentation/data-sheets/ad9083.pdf). We offer support for only a few of them.
14+
All of the RX link modes can be found in the [AD9083 data sheet](https://www.analog.com/media/en/technical-documentation/data-sheets/ad9083.pdf). We offer support for only a few of them.
1115

1216
The overwritable parameters from the environment:
1317

14-
- [RX]_JESD_L - [RX] number of lanes per link
15-
- [RX]_JESD_M - [RX] number of converters per link
16-
- [RX]_JESD_S - [RX] number of samples per converter per frame
18+
- RX_JESD_L - RX number of lanes per link
19+
- RX_JESD_M - RX number of converters per link
20+
- RX_JESD_S - RX number of samples per converter per frame
21+
22+
### Example configurations
23+
24+
#### Default configuration
25+
26+
This specific command is equivalent to running `make` only:
27+
28+
```
29+
make RX_JESD_L=4 \
30+
RX_JESD_M=16 \
31+
RX_JESD_S=1
32+
```
1733

18-
Corresponding device tree: [zynqmp-zcu102-rev10-ad9083-fmc-ebz.dts](https://github.com/analogdevicesinc/linux/blob/main/arch/arm64/boot/dts/xilinx/zynqmp-zcu102-rev10-ad9083-fmc-ebz.dts)
34+
Corresponding device tree: [zynqmp-zcu102-rev10-ad9083-fmc-ebz.dts](https://github.com/analogdevicesinc/linux/blob/main/arch/arm64/boot/dts/xilinx/zynqmp-zcu102-rev10-ad9083-fmc-ebz.dts)

0 commit comments

Comments
 (0)