Skip to content

Commit 1c8e86b

Browse files
committed
projects/cn0579:Add README.md files.
Signed-off-by: Capota Bianca <bianca-ramona.capota@analog.com>
1 parent d50c556 commit 1c8e86b

File tree

4 files changed

+36
-9
lines changed

4 files changed

+36
-9
lines changed

projects/cn0579/README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# CN0579 HDL Project
2+
3+
- Evaluation board product page: [EVAL-CN0579](https://www.analog.com/cn0579)
4+
- System documentation: https://wiki.analog.com/resources/eval/user-guides/circuits-from-the-lab/cn0579
5+
- HDL project documentation: http://analogdevicesinc.github.io/hdl/projects/cn0579/index.html
6+
7+
## Supported parts
8+
9+
| Part name | Description |
10+
|-----------------------------------------|-----------------------------------------------------------|
11+
| [AD7768-4](https://www.analog.com/AD7768-4) | 4-Channel, 24-Bit, Simultaneous Sampling ADC, Power Scaling, 110.8 kHz BW |
12+
| [AD5696R](https://www.analog.com/AD5696R) | Quad 16-Bit nanoDAC+ with 2 ppm/°C Reference, I2C Interface |
13+
14+
## Building the project
15+
16+
Please enter the folder for the FPGA carrier you want to use and read the README.md.

projects/cn0579/Readme.md

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

projects/cn0579/coraz7s/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# CN0579/CORAZ7S HDL Project
2+
3+
## Building the project
4+
5+
```
6+
cd projects/cn0579/coraz7s
7+
make
8+
```
9+
10+
Corresponding device tree: [xilinx/zynq-coraz7s-cn0579_i2c.dts](https://github.com/analogdevicesinc/linux/blob/main/arch/arm/boot/dts/xilinx/zynq-coraz7s-cn0579_i2c.dts)

projects/cn0579/de10nano/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# CN0579/DE10NANO HDL Project
2+
3+
## Building the project
4+
5+
```
6+
cd projects/cn0579/de10nano
7+
make
8+
```
9+
10+
Corresponding device tree: [xilinx/socfpga_cyclone5_de10_nano_cn0579_i2c.dts](https://github.com/analogdevicesinc/linux/blob/main/arch/arm/boot/dts/intel/socfpga/socfpga_cyclone5_de10_nano_cn0579_i2c.dts)

0 commit comments

Comments
 (0)