File tree 4 files changed +27
-11
lines changed
4 files changed +27
-11
lines changed Original file line number Diff line number Diff line change @@ -295,8 +295,8 @@ Software related
295
295
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
296
296
297
297
- :git-no-os: `AD7134-FMC No-OS project source code <projects/ad713x_fmcz> `
298
- - :git-no-os: `AD4134/ AD7134 No-OS Driver source code <drivers/adc/ad713x> `
299
- - :dokuwiki: `AD4134/ AD7134 No-OS Driver documentation <resources/tools-software/uc-drivers/ad713x> `
298
+ - :git-no-os: `AD7134 No-OS Driver source code <drivers/adc/ad713x> `
299
+ - :dokuwiki: `AD7134 No-OS Driver documentation <resources/tools-software/uc-drivers/ad713x> `
300
300
301
301
.. include :: ../common/more_information.rst
302
302
Original file line number Diff line number Diff line change
1
+ # AD7134-FMC HDL Project
2
+
3
+ - Evaluation board product page: [ EVAL-AD7134-FMCZ] ( https://www.analog.com/eval-ad7134fmcz )
4
+ - System documentation: https://wiki.analog.com/resources/eval/user-guides/ad713x/hdl
5
+ - HDL project documentation: https://analogdevicesinc.github.io/hdl/projects/ad7134_fmc/index.html
6
+
7
+ ## Supported parts
8
+
9
+ | Part name | Description |
10
+ | ------------------------------------------------| ---------------------------------------------------------------------------|
11
+ | [ AD7134] ( https://www.analog.com/ad7134 ) | 24-Bit, 4-Channel Simultaneous Sampling 1.5 MSPS Precision Alias Free 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.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ # AD7134-FMC/ZED HDL Project
2
+
3
+ ## Building the project
4
+
5
+ ```
6
+ cd projects/ad7134_fmc/zed
7
+ make
8
+ ```
9
+
10
+ Corresponding NO-OS project: [ AD713X-FMCZ] ( https://github.com/analogdevicesinc/no-OS/tree/main/projects/ad713x_fmcz )
You can’t perform that action at this time.
0 commit comments