Skip to content

Commit 2ba1871

Browse files
committed
ad7616: Update README
Signed-off-by: Stanca Pop <[email protected]>
1 parent 11b90cf commit 2ba1871

File tree

3 files changed

+58
-10
lines changed

3 files changed

+58
-10
lines changed

projects/ad7616_sdz/README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# AD7616-SDZ HDL Project
2+
3+
- Evaluation board product page: [EVAL-AD7616](https://www.analog.com/eval-ad7616)
4+
- System documentation: https://wiki.analog.com/resources/eval/user-guides/ad7616-sdz
5+
- HDL project documentation: http://analogdevicesinc.github.io/hdl/projects/ad7616_sdz/index.html
6+
7+
## Supported parts
8+
9+
| Part name | Description |
10+
|------------------------------------------------|--------------------------------------------------------------|
11+
| [AD7616](https://www.analog.com/ad7616) | 16-Channel DAS with 16-Bit, Bipolar Input, Dual Simultaneous Sampling ADC |
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/ad7616_sdz/Readme.md

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

projects/ad7616_sdz/zed/README.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
# Ed7616-SDZ/Zed HDL Project
2+
3+
## Building the project
4+
5+
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.
6+
7+
```
8+
cd projects/ad7616_sdz/zed
9+
make
10+
```
11+
12+
The overwritable parameter from the environment:
13+
14+
- INTF - specifies the interface to be used;
15+
- 0 - Parallel interface
16+
- 1 - Serial interface
17+
18+
Depending on the required interface mode, some hardware modifications need to be done.
19+
- SL5 - unmounted - Parallel interface
20+
- SL5 - mounted - Serial interface
21+
Note: This switch is a hardware switch. Please rebuild the design if the variable has been changed.
22+
23+
### Example configurations
24+
25+
#### Parallel interface (default)
26+
27+
This specific command is equivalent to running `make` only:
28+
29+
```
30+
make INTF=0
31+
```
32+
33+
#### Serial interface
34+
35+
This specific command is equivalent to running `make` only:
36+
37+
```
38+
make INTF=1
39+
```
40+
41+
Corresponding No-OS project for both configurations:
42+
43+
- [ad7616-sdz](https://github.com/analogdevicesinc/no-OS/tree/main/projects/ad7616-sdz)

0 commit comments

Comments
 (0)