File tree Expand file tree Collapse file tree 2 files changed +26
-2
lines changed Expand file tree Collapse file tree 2 files changed +26
-2
lines changed Original file line number Diff line number Diff line change 33- Evaluation board product page: [ DC2677A] ( https://www.analog.com/dc2677a )
44- System documentation: https://wiki.analog.com/resources/eval/user-guides/dc2677a
55- HDL project documentation: https://analogdevicesinc.github.io/hdl/projects/dc2677a/index.html
6+ - Evaluation board VADJ range: 2.5V - 3.3V
67
78## Supported parts
89
1213
1314## Building the project
1415
15- Please enter the folder for the FPGA carrier you want to use and read the README.md.
16+ Please enter the folder for the FPGA carrier you want to use and read the README.md.
Original file line number Diff line number Diff line change 1+ <!-- no_no_os -->
2+
13# DC2677A/C5SOC HDL Project
24
5+ - VADJ with which it was tested in hardware:
6+ - 2.5V - LVDS
7+ - 3.3V - CMOS
8+
39## Building the project
410
11+ 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.
12+
513```
614cd projects/dc2677a/c5soc
715make
816```
917
10- Corresponding device tree: [ socfpga_cyclone5_sockit_dc2677a.dts] ( https://github.com/analogdevicesinc/linux/blob/main/arch/arm/boot/dts/intel/socfpga/socfpga_cyclone5_sockit_dc2677a.dts )
18+ The overwritable parameter from the environment:
19+
20+ - LVDS_CMOS_N - specific to the type of the data and clock signals
21+ - 0 - Single-ended data and clock signals (default)
22+ - 1 - Differential data and clock signals
23+ ### Example configurations
24+
25+ #### Configuration using CMOS interface (default)
26+
27+ This specific command is equivalent to running "make" only:
28+
29+ ```
30+ make LVDS_CMOS_N=0
31+ ```
32+
33+ Corresponding device tree: [ socfpga_cyclone5_sockit_dc2677a.dts] ( https://github.com/analogdevicesinc/linux/blob/main/arch/arm/boot/dts/intel/socfpga/socfpga_cyclone5_sockit_dc2677a.dts )
You can’t perform that action at this time.
0 commit comments