We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b8b250 commit ed92947Copy full SHA for ed92947
projects/dc2677a/Readme.md
@@ -6,3 +6,17 @@ Here are some pointers to help you:
6
* Project Doc: https://wiki.analog.com/resources/eval/user-guides/dc2677a
7
* HDL Doc: https://wiki.analog.com/resources/fpga/docs/axi_ltc235x
8
* Linux Drivers:
9
+
10
+Project Parameters
11
+LVDS_CMOS_N:
12
+ * 0 - CMOS (default)
13
+ * 1 - LVDS
14
+LTC235X_FAMILY:
15
+ * 0 = 2358-18 (default)
16
+ * 1 = 2358-16
17
+ * 2 = 2357-18
18
+ * 3 = 2357-16
19
+ * 4 = 2353-18
20
+ * 5 = 2353-16
21
22
+How to build: e.g, "make LVDS_CMOS_N=0 LTC235X_FAMILY=0"
0 commit comments