Skip to content

projects/ad9213_evb: Updated README files #1725

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions projects/ad9213_evb/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# AD9213-EVB HDL Project

- Evaluation board product page: [EVAL-AD213](https://www.analog.com/eval-ad9213)
- System documentation: TO BE ADDED
- HDL project documentation: https://analogdevicesinc.github.io/hdl/projects/ad9213_evb/index.html

## Supported parts

| Part name | Description |
|----------------------------------------------------------|--------------------------------------------------------------|
| [AD9213](https://www.analog.com/en/products/ad9213.html) | 12-Bit, 10.25 GSPS, JESD204B, RF Analog-to-Digital Converter |

## Building the project

Please enter the folder for the FPGA carrier you want to use and read the README.md.
8 changes: 0 additions & 8 deletions projects/ad9213_evb/Readme.md

This file was deleted.

20 changes: 20 additions & 0 deletions projects/ad9213_evb/vcu118/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# AD9213/VCU118 HDL Project

## Building the project

```
cd projects/ad9213_evb/vcu118
make
```

The RX link mode can be found in the [AD9213 data sheet](https://www.analog.com/media/en/technical-documentation/data-sheets/AD9213.pdf).

This project is not parameterizable, it has a fixed configuration.

The parameters from the environment:

- RX_NUM_OF_CONVERTERS - RX number of converters per link
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you please write the fixed value for each parameter as I wrote it for AD9208? https://github.com/analogdevicesinc/hdl/pull/1726/files#diff-0ad734a165506cbbd282dd7123b268d4dd2db3f972b77b8259ea5e318762ad3b

- RX_NUM_OF_LANES - RX number of lanes per link
- RX_SAMPLES_PER_FRAME - RX number of samples per converter per frame
- RX_JESD_NP - RX number of bits per sample, only 16 is supported
- RX_SAMPLE_WIDTH - RX data width
Loading