Skip to content

Commit c5bf5f5

Browse files
committed
projects/adrv9001_dual: Add READMEs and VADJ value
Signed-off-by: Elena-Hadarau_adi <Elena.Hadarau@analog.com>
1 parent 512f047 commit c5bf5f5

File tree

2 files changed

+55
-0
lines changed

2 files changed

+55
-0
lines changed

projects/adrv9001_dual/README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# ADRV9001-DUAL HDL Project
2+
3+
- Evaluation board product page: [ADRV9002](https://www.analog.com/eval-adrv9002)
4+
- System documentation: https://wiki.analog.com/resources/eval/user-guides/adrv9002/quickstart
5+
- HDL project documentation: https://analogdevicesinc.github.io/hdl/projects/adrv9001_dual/index.html
6+
- Evaluation board VADJ: 1.8V
7+
8+
## Supported parts
9+
10+
| Part name | Description |
11+
|---------------------------------------------|----------------------------------------------|
12+
| [ADRV9002](https://www.analog.com/ADRV9002) | Dual Narrow-Band and Wideband RF Transceiver |
13+
14+
## Building the project
15+
16+
Please enter the folder for the FPGA carrier you want to use and read the README.md.
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
<!-- no_dts, no_no_os -->
2+
3+
# ADRV9001-DUAL/ZCU102 HDL Project
4+
5+
- VADJ with which it was tested in hardware: 1.8V
6+
7+
## Building the project
8+
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.
10+
11+
```
12+
cd hdl/projects/adrv9001_dual/zcu102
13+
make
14+
```
15+
16+
The overwritable parameters from the environment:
17+
18+
- CMOS_LVDS_N - selects the interface type
19+
- 0 = LVDS (default)
20+
- 1 = CMOS
21+
- USE_RX_CLK_FOR_TX1 - selects the clock to drive the TX1 SSI interface
22+
- 0 = TX1 dedicated clock (default)
23+
- 1 = RX1 SSI clock
24+
- 2 = RX2 SSI clock
25+
- USE_RX_CLK_FOR_TX2 - selects the clock to drive the TX2 SSI interface
26+
- 0 = TX2 dedicated clock (default)
27+
- 1 = RX1 SSI clock
28+
- 2 = RX2 SSI clock
29+
30+
### Example configurations
31+
32+
#### Default configuration
33+
34+
This specific command is equivalent to running `make` only:
35+
36+
```
37+
cd hdl/projects/adrv9001_dual/zcu102
38+
make CMOS_LVDS_N=0
39+
```

0 commit comments

Comments
 (0)