Skip to content

Commit 8032dd6

Browse files
committed
dac_fmc_ebz: Add VADJ values in READMEs
Signed-off-by: Stanca Pop <stanca.pop@analog.com>
1 parent 168cefb commit 8032dd6

File tree

5 files changed

+23
-6
lines changed

5 files changed

+23
-6
lines changed

projects/dac_fmc_ebz/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
- [EVAL-AD917x](https://www.analog.com/eval-AD9172)
1010
- System documentation: TO BE ADDED
1111
- HDL project documentation: https://analogdevicesinc.github.io/hdl/projects/dac_fmc_ebz/index.html
12+
- Evaluation board VADJ range: 1.8V - 2.5V
1213

1314
## Supported parts
1415

@@ -28,4 +29,4 @@
2829

2930
## Building the project
3031

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

projects/dac_fmc_ebz/a10soc/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
1+
<!-- no_no_os -->
2+
13
# DAC-FMC-EBZ/A10SOC HDL Project
24

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

59
The parameters configurable through the `make` command, can be found below, as well as in the **common/config.tcl** file; it contains the default configuration.
@@ -27,4 +31,4 @@ This specific command is equivalent to running `make` only:
2731
make ADI_DAC_DEVICE=AD9172 ADI_DAC_MODE=04
2832
```
2933

30-
Corresponding device tree: [socfpga_arria10_socdk_ad9172_fmc.dts](https://github.com/analogdevicesinc/linux/blob/2019_R1_altera/arch/arm/boot/dts/socfpga_arria10_socdk_ad9172_fmc.dts)
34+
Corresponding device tree: [socfpga_arria10_socdk_ad9172_fmc.dts](https://github.com/analogdevicesinc/linux/blob/2019_R1_altera/arch/arm/boot/dts/socfpga_arria10_socdk_ad9172_fmc.dts)

projects/dac_fmc_ebz/vcu118/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
1+
<!-- no_dts, no_no_os -->
2+
13
# DAC-FMC-EBZ/VCU118 HDL Project
24

35
## Building the project
46

7+
- VADJ with which it was tested in hardware: 1.8V
8+
59
The parameters configurable through the `make` command, can be found below, as well as in the **common/config.tcl** file; it contains the default configuration.
610

711
```
@@ -28,4 +32,4 @@ This specific command is equivalent to running `make` only:
2832

2933
```
3034
make ADI_DAC_DEVICE=AD9172 ADI_DAC_MODE=04
31-
```
35+
```

projects/dac_fmc_ebz/zc706/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
1+
<!-- no_no_os -->
2+
13
# DAC-FMC-EBZ/ZC706 HDL Project
24

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

59
The parameters configurable through the `make` command, can be found below, as well as in the **common/config.tcl** file; it contains the default configuration.
@@ -38,4 +42,4 @@ Corresponding device tree: [zynq-zc706-adv7511-ad9172-fmc-ebz.dts](https://githu
3842
make ADI_DAC_DEVICE=AD9136 ADI_DAC_MODE=11
3943
```
4044

41-
Corresponding device tree: [zynq-zc706-adv7511-ad9136-fmc-ebz.dts](https://github.com/analogdevicesinc/linux/blob/main/arch/arm/boot/dts/xilinx/zynq-zc706-adv7511-ad9136-fmc-ebz.dts)
45+
Corresponding device tree: [zynq-zc706-adv7511-ad9136-fmc-ebz.dts](https://github.com/analogdevicesinc/linux/blob/main/arch/arm/boot/dts/xilinx/zynq-zc706-adv7511-ad9136-fmc-ebz.dts)

projects/dac_fmc_ebz/zcu102/README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
1+
<!-- no_no_os -->
2+
13
# DAC-FMC-EBZ/ZCU102 HDL Project
24

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

59
The parameters configurable through the `make` command, can be found below, as well as in the **common/config.tcl** file; it contains the default configuration.
@@ -45,7 +49,7 @@ Corresponding device tree: [zynqmp-zcu102-rev10-ad9154-fmc-ebz.dts](https://gith
4549
#### ADI_DAC_DEVICE=AD9144, ADI_DAC_MODE=04
4650

4751
```
48-
make ADI_DAC_DEVICE=AD9154 ADI_DAC_MODE=04
52+
make ADI_DAC_DEVICE=AD9144 ADI_DAC_MODE=04
4953
```
5054

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

0 commit comments

Comments
 (0)