File tree 4 files changed +42
-8
lines changed
4 files changed +42
-8
lines changed Original file line number Diff line number Diff line change
1
+ # AD9467-FMC HDL Project
2
+
3
+ - Evaluation boards product page: [ EVAL-AD9467] ( https://www.analog.com/eval-ad9467 )
4
+ - System documentation: https://wiki.analog.com/resources/eval/ad9467-fmc-250ebz
5
+ - HDL project documentation: http://analogdevicesinc.github.io/hdl/projects/ad9467_fmc/index.html
6
+
7
+ ## Supported parts
8
+
9
+ | Part name | Description |
10
+ | -----------------------------------------| -------------------------------------------------------|
11
+ | [ AD9467] ( https://www.analog.com/ad9467 ) | 16-Bit, 200 MSPS/250 MSPS Analog-to-Digital Converter |
12
+
13
+
14
+ ## Building the project
15
+
16
+ Please enter the folder for the FPGA carrier you want to use and read the README.md.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ # AD9467-FMC/KC705 HDL Project
2
+
3
+ ## Building the project
4
+
5
+ ```
6
+ cd projects/ad9467_fmc/kc705
7
+ make
8
+ ```
9
+
10
+ Corresponding device trees:
11
+
12
+ - [ kc705_ad9467_fmc.dts] ( https://github.com/analogdevicesinc/linux/blob/main/arch/microblaze/boot/dts/kc705_ad9467_fmc.dts )
13
+ - [ ad9467.c] ( https://github.com/analogdevicesinc/linux/blob/main/drivers/iio/adc/ad9467.c )
Original file line number Diff line number Diff line change
1
+ # AD9467-FMC/Zed HDL Project
2
+
3
+ ## Building the project
4
+
5
+ ```
6
+ cd projects/ad9467_fmc/zed
7
+ make
8
+ ```
9
+
10
+ Corresponding device trees:
11
+
12
+ - [ zynq-zed-adv7511-ad9467-fmc-250ebz.dts] ( https://github.com/analogdevicesinc/linux/blob/main/arch/arm/boot/dts/xilinx/zynq-zed-adv7511-ad9467-fmc-250ebz.dts )
13
+ - [ ad9467.c] ( https://github.com/analogdevicesinc/linux/blob/main/drivers/iio/adc/ad9467.c )
You can’t perform that action at this time.
0 commit comments