Skip to content

Commit 930fd27

Browse files
projects/ad9213_evb: Updated README files
Signed-off-by: Cristian Mihai Popa <[email protected]>
1 parent 9e93dc4 commit 930fd27

File tree

3 files changed

+47
-8
lines changed

3 files changed

+47
-8
lines changed

projects/ad9213_evb/README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# AD9213-EVB HDL Project
2+
3+
- Evaluation board product page: [EVAL-AD213](https://www.analog.com/eval-ad9213)
4+
- System documentation: TO BE ADDED
5+
- HDL project documentation: https://analogdevicesinc.github.io/hdl/projects/ad9213_evb/index.html
6+
7+
## Supported parts
8+
9+
| Part name | Description |
10+
|----------------------------------------------------------|--------------------------------------------------------------|
11+
| [AD9213](https://www.analog.com/en/products/ad9213.html) | 12-Bit, 10.25 GSPS, JESD204B, RF Analog-to-Digital Converter |
12+
13+
## Building the project
14+
15+
Please enter the folder for the FPGA carrier you want to use and read the README.md.

projects/ad9213_evb/Readme.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

projects/ad9213_evb/vcu118/README.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# EVAL-AD9213/VCU118 HDL Project
2+
3+
## Building the project
4+
5+
The parameters configurable through the `make` command, can be found below, as well as in the **common/ad9213_evb_bd.tcl** file; it contains the default configuration.
6+
7+
```
8+
cd projects/ad9213_evb/vcu118
9+
make
10+
```
11+
12+
All of the RX link modes can be found in the [AD9213 data sheet](https://www.analog.com/media/en/technical-documentation/data-sheets/AD9213.pdf). We offer support for only a few of them.
13+
14+
If other configurations are desired, then the parameters from the HDL project (see below) need to be changed, as well as the Linux/no-OS project configurations.
15+
16+
The overwritable parameters from the environment:
17+
18+
- RX_NUM_OF_CONVERTERS - RX number of converters per link
19+
- RX_NUM_OF_LANES - RX number of lanes per link
20+
- RX_SAMPLES_PER_FRAME - RX number of samples per converter per frame
21+
- RX_JESD_NP - RX number of bits per sample, only 16 is supported
22+
- RX_SAMPLE_WIDTH - RX data width
23+
24+
### Example configurations
25+
26+
#### Default configuration:
27+
28+
This specific command is equivalent to running `make` only:
29+
30+
```
31+
make RX_NUM_OF_LANES=16 RX_NUM_OF_CONVERTERS=1 RX_SAMPLES_PER_FRAME=16 RX_SAMPLE_WIDTH=16
32+
```

0 commit comments

Comments
 (0)