From 5e520ddfaf4a02794f0d852d874f9d5b4bb62bf1 Mon Sep 17 00:00:00 2001 From: Capota Bianca Date: Mon, 28 Apr 2025 12:15:14 +0300 Subject: [PATCH] projects/ad7405fmc:Add READMEs Signed-off-by: Capota Bianca --- projects/ad7405_fmc/README.md | 16 ++++++++++++++++ projects/ad7405_fmc/Readme.md | 10 ---------- projects/ad7405_fmc/zed/README.md | 16 ++++++++++++++++ 3 files changed, 32 insertions(+), 10 deletions(-) create mode 100644 projects/ad7405_fmc/README.md delete mode 100644 projects/ad7405_fmc/Readme.md create mode 100644 projects/ad7405_fmc/zed/README.md diff --git a/projects/ad7405_fmc/README.md b/projects/ad7405_fmc/README.md new file mode 100644 index 00000000000..00452b33a12 --- /dev/null +++ b/projects/ad7405_fmc/README.md @@ -0,0 +1,16 @@ +# AD7405-FMC HDL Project + +- Evaluation board product page: [EVAL-AD7405](https://www.analog.com/eval-ad7405) +- System documentation: TO BE ADDED +- HDL project documentation: https://analogdevicesinc.github.io/hdl/projects/ad7405_fmc/index.html + +## Supported parts + +| Part name | Description | +|---------------------------------------------|--------------------------------------------------------| +| [AD7405](https://www.analog.com/ad7405) | 16-Bit, Isolated Sigma-Delta Modulator, LVDS Interface | +| [AD7403](https://www.analog.com/ad7403) | 16-Bit, Isolated Sigma-Delta Modulator | + +## Building the project + +Please enter the folder for the FPGA carrier you want to use and read the README.md. \ No newline at end of file diff --git a/projects/ad7405_fmc/Readme.md b/projects/ad7405_fmc/Readme.md deleted file mode 100644 index d12c4fe7a21..00000000000 --- a/projects/ad7405_fmc/Readme.md +++ /dev/null @@ -1,10 +0,0 @@ -# AD7405-FMC HDL Project - -Here are some pointers to help you: - * [Board Product Page](https://www.analog.com/eval-ad7405) - * Parts : [AD7405: 16-Bit, Isolated Sigma-Delta Modulator, LVDS Interface](https://www.analog.com/ad7405) - * Parts : [AD7403: 16-Bit, Isolated Sigma-Delta Modulator](https://www.analog.com/ad7403) - * Parts : [ADUM7701: 16-Bit, Isolated Sigma-Delta Modulator](https://www.analog.com/adum7701) - * Project Doc: https://analogdevicesinc.github.io/hdl/projects/ad7405_fmc/index.html - * HDL Doc: https://analogdevicesinc.github.io/hdl/projects/ad7405_fmc/index.html - * Linux Drivers: https://wiki.analog.com/resources/tools-software/linux-drivers-all diff --git a/projects/ad7405_fmc/zed/README.md b/projects/ad7405_fmc/zed/README.md new file mode 100644 index 00000000000..0598284394d --- /dev/null +++ b/projects/ad7405_fmc/zed/README.md @@ -0,0 +1,16 @@ +# AD7405-FMC/ZED HDL Project + +## Building the project + +The parameter configurable through the `make` command, can be found below, as well as in the **system_project.tcl** file; it contains the default configuration. + +``` +cd projects/ad7405_fmc/zed +make +``` + +The overwritable parameter from the environment: + +- LVDS_CMOS_N - specific to the type of the data and clock signals + - 0 - Single-ended data and clock signals (default) + - 1 - Differential data and clock signals \ No newline at end of file